大约有 13,000 项符合查询结果(耗时:0.0183秒) [XML]

https://bbs.tsingfun.com/thread-38-1-1.html 

MySql安装配置 - 爬虫/数据库 - 清泛IT社区,为创新赋能!

1.下载服务器端,解压 2.安装Mysql服务: 进入bin目录,mysqld.exe --install (指定安装的MySql服务名)。 (卸载 net stop servicename;             mysqld.exe --remove servicename) 3.进入MySql命令模式: mysql.exe(...
https://bbs.tsingfun.com/thread-641-1-1.html 

MySQL ('root'@'%') does not exist 的问题 - 爬虫/数据库 - 清泛IT社区,为创新赋能!

MySQL ('root'@'%') does not exist的问题: 在使用mysql时出现问题: The user specified as a definer ('root'@'%') does not exist。 一般是由于root用户对全局host无访问权限。因此只要给root用户添加一个访问权限即可。 解决办法: 登陆mysql ,...
https://bbs.tsingfun.com/thread-80-1-1.html 

Mysql substr和Oracle substr区别 - 爬虫/数据库 - 清泛IT社区,为创新赋能!

Oracle substr(字符串,开始索引、从0起,长度) Mysql substr或substring(字符串,开始索引、从1起,长度)
https://bbs.tsingfun.com/thread-502-1-1.html 

c#操作xml读取xml经过排序后再返回xml数据 - .NET(C#) - 清泛IT论坛,有思想、有深度

XmlDocument doc = new XmlDocument(); doc.Load("c:\\config.xml"); XmlNodeList list = doc.SelectNodes("/configuration/item"); List<XmlNode> arrNode = new List<XmlNode>(); foreach (XmlNode node in list) {     arrNode.Add(node); } // 关键:使用匿名方法...
https://www.tsingfun.com/it/da... 

【解决】mysql_real_connect: Can\'t connect to local MySQL server throu...

【解决】mysql_real_connect: Can't connect to local MySQL server through socket '/tmp/mysql.sock'cant-connect-to-local-mysql-server-through-socket-tmp-mysql-sockmysql_real_connect: Can& 39;t connect to local MySQL server through socket & 39; tmp mysql sock& 39;解决方法(挨个试):1、ln...
https://www.tsingfun.com/it/bigdata_ai/2541.html 

tinygrad:不1000行代码的深度学习框架,天才黑客开源GitHub 2.3k+ stars...

tinygrad:不1000行代码的深度学习框架,天才黑客开源GitHub 2.3k+ stars近期,一个不1000行的深度学习框架tinygrad火了,麻雀虽小,但五脏俱全,这个深度学习框架使用起来和PyTorch类似,目前已经开源在GitHub上,而且收获了2 3K星...
https://www.tsingfun.com/it/da... 

卸载SQL Server2000后不能再次安装的问题解决方法 - 数据库(内核) - 清泛网...

卸载SQL Server2000后不能再次安装的问题解决方法曾经由于磁盘空间的问题,卸载了SQL Server2000,可当再次要把它安装上的时候,却怎么也不行了。无论是安装哪一个版本,永远都是同样的错 曾经由于磁盘空间的问题,卸载了SQL S...
https://bbs.tsingfun.com/thread-2336-1-1.html 

串口Read不数据的问题 - 用户反馈 - 清泛IT社区,为创新赋能!

用户发送的是 8n1 的格式,但是ai2的串口貌似不支持这种格式。写串口正常,读串口为空,len为0。 目前经过测试验证,应该是 \n 作为结束符的。发送时,也是。 ai2使用 physicaloid 库完成的串口功能。
https://www.tsingfun.com/ilife/life/1843.html 

30岁之后,程序员该向什么方向发展? - 杂谈 - 清泛网 - 专注C/C++及内核技术

...技术水平不自信,觉得自己的工作很平庸,怕离职后找不好工作,看不未来,才有这种焦虑。 如果说外部环境的话,没有找对公司,没有跟对老板,造成职业发展比较缓慢,这是次要的,主要还是没有主动去寻找技术进...
https://www.fun123.cn/referenc... 

App Inventor 2 中使用图像 · App Inventor 2 中文网

... 我要 分享 扫码分享朋友圈 顶部 var qrcode = new QRCode("qrcode", { text: window.location.href + "?f=share", //URL地址 width: 150, height: 150, colorDark: '#000000', //二维码颜色 colorLight: "#ffffff" ...