上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 43 下一页
  2020年4月4日
摘要: 服务器安装的 VisualSVN Server 作为svn 服务器,乌龟SVN客户端 ,直接提示:Unable to connect to a repository at URL 192.168.1.100,检查 VisualSVN 已经启动,没有问题,防火墙也没关了就是不行。 解决方法: 1.检查 阅读全文
posted @ 2020-04-04 20:15 Gu 阅读(2907) 评论(0) 推荐(0) 编辑
  2020年3月20日
摘要: Dim nTime As Long Call frmWelcome.WelcomeStype Call frmWelcome.Show nTime = timeGetTime Do While (timeGetTime - nTime) / 1000 < 2 frmWelcome.lbProcess 阅读全文
posted @ 2020-03-20 15:26 Gu 阅读(433) 评论(0) 推荐(0) 编辑
  2020年3月4日
摘要: 后端 public ActionResult ListByPage1(int start = 0, int length = 10) { string value = Request.Query["search[value]"]; string sortColumnIndex = Request.Q 阅读全文
posted @ 2020-03-04 01:54 Gu 阅读(247) 评论(0) 推荐(0) 编辑
  2020年2月28日
摘要: 1. 用32位表示浮点数 vb 16进制和浮点数互相转换的方法 'IEEE754 浮点数 http://www.doc88.com/p-9902813307216.html, 0.98=3F 7A E1 47 'http://lostphp.com/hexconvert/ Private Funct 阅读全文
posted @ 2020-02-28 17:30 Gu 阅读(445) 评论(0) 推荐(0) 编辑
  2020年2月20日
摘要: 安装php/Apache是个痛苦的工作, 在win2008 32bit怎么也装不上. 改用Xampp,但win2008还是不行,我先在本地win7安装 下载了osTicket 放在C:\xampp\htdocs\osTicket http://localhost/osticket/ //GitExt 阅读全文
posted @ 2020-02-20 15:20 Gu 阅读(1185) 评论(0) 推荐(0) 编辑
  2020年2月17日
摘要: 选择电机类型和型号时,设计师要考虑三个首要的因素 1.电机的最小和最大转速(还有加速度); 2.电机可以提供的最大扭矩,以及扭矩和速度曲线的关系; 3.电机操作(不用传感器和闭环控制时)的精确性和重复性; dc电机(有刷) 无刷直流电机(BLDC) PID(比例-积分-微分)校正算法 电机的接线方法 阅读全文
posted @ 2020-02-17 16:45 Gu 阅读(1296) 评论(0) 推荐(0) 编辑
摘要: I’m going to take the top reasons and make a series of posts which act as a postmortem of sorts. Hopefully, they can also serve as tips for anybody wh 阅读全文
posted @ 2020-02-17 15:21 Gu 阅读(160) 评论(0) 推荐(0) 编辑
  2020年2月12日
摘要: 在删除数据库用户时,提示: 标题: Microsoft SQL Server Management Studio登录名 '***' 拥有一个或多个数据库。在删除该登录名之前,请更改相应数据库的所有者。 (Microsoft SQL Server,错误: 15174) 解决办法: 假设要删除的用户名为 阅读全文
posted @ 2020-02-12 00:06 Gu 阅读(1062) 评论(0) 推荐(0) 编辑
  2020年2月6日
摘要: serialport DataReceived事件, 默认是收到一个byte就触发事件. lock (thisLock) { int len = sp.BytesToRead; if (len > 0) { Byte[] data = new Byte[len]; try { sp.Read(dat 阅读全文
posted @ 2020-02-06 13:43 Gu 阅读(1803) 评论(0) 推荐(0) 编辑
  2019年10月26日
摘要: 改连接字符串也没有用 https://docs.microsoft.com/en-us/sql/relational-databases/native-client/applications/using-ado-with-sql-server-native-client?view=sql-serve 阅读全文
posted @ 2019-10-26 00:12 Gu 阅读(177) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 43 下一页