I give up my dream that day,else,I coming on,the day my heart is die…… 那天,梦已碎,那天,心已死。 晚上看了个电影《奔爱》,感觉挺好,还没看完。 一把锁竟然可以有两把钥匙,钥匙换了之后还不能再换回来,叫什么安全锁,也是醉了,差点
分类:
其他好文 时间:
2016-03-01 23:53:22
阅读次数:
162
背景: 最近使用VC++6.0做一个界面,供测试CAN通信使用。由于客户希望我们提供简单方便的函数接口让其最快速使用CAN,DLL(动态链接库)是不二之择。做DLL需要两个VC窗口进行测试才方便。可是VC++6.0默认只打开一个窗口,本文即介绍如何同时打开多个窗口。 正文: Xp: 控制面板 ---
分类:
编程语言 时间:
2016-03-01 18:41:36
阅读次数:
468
Mysql开发中采用ResultSet取值時,不管是才用getString()还是用getDate(),或者getObject,均会拋出如题所述异常.查阅Mysql官方Bug咨询: 是因为日期型(Date或DateTime类型)字串为'000-00-00'时,MySQL预设处理方式是拋出异常(exc
分类:
数据库 时间:
2016-03-01 12:54:07
阅读次数:
230
We can get Student along with the Address details using a nested ResultMap as follows: <resultMap type="Address" id="AddressResult"> <id property="add
分类:
移动开发 时间:
2016-03-01 12:33:18
阅读次数:
280
java.lang.UnsatisfiedLinkError: D:\Tomcat7\apache-tomcat-7.0.59\bin\tcnative-1.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform at java.lang.Cl
分类:
系统相关 时间:
2016-03-01 11:00:51
阅读次数:
278
We can use the useGeneratedKeys and keyProperty attributes to let the database generate the auto_increment column value and set that generated value i
分类:
移动开发 时间:
2016-03-01 10:56:50
阅读次数:
235
hapi supports request validation out of the box using the joi module. Request path parameters, payloads, and querystring parameters can be validated w
1.网络不通。 检查能不能ping通。 2.防火墙设置。 防火墙是否放过mysql的进程,是否屏蔽了mysql的3306端口。 3.mysql的账户设置。 mysql账户是否不允许远程连接。如果无法连接可以尝试以下方法: 也可以通过修改表来实现远程: <转>
分类:
数据库 时间:
2016-03-01 01:06:04
阅读次数:
232
Climbing Stairs You are climbing a stair case. It takes n steps to reach to the top. Each time you can either climb 1 or 2 steps. In how many distinct
分类:
编程语言 时间:
2016-03-01 00:50:44
阅读次数:
194
简单解释 MySQL server received a request from you to allow you to connect to the database. So next thing it tried to do is to check what name is bound to
分类:
数据库 时间:
2016-02-29 16:23:31
阅读次数:
737