哈哈哈 哈哈哈
3年前
js 时间处理
时间戳转formdate格式13||16位javascriptfunctiontimeStampToFormdate(timestamp){if(timestamp){return'}vardatetimestamp.toString(
Easter79 Easter79
3年前
sql 转json
SETANSI\_NULLSON GO SETQUOTED\_IDENTIFIERON GO CREATEPROCEDURE\dbo\.\SerializeJSON\( @ParameterSQLASVARCHAR(MAX) ) AS BEGIN DECLARE@SQLNVARC
Stella981 Stella981
3年前
Kafka 详解(转)
转载自:https://blog.csdn.net/lingbo229/article/details/80761778(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fblog.csdn.net%2Flingbo229%2Farticle%2Fdetails%2F80761778)
Wesley13 Wesley13
3年前
mysql 转 oracle
1.oracle批量插入<insertid"save"insertintot_ac_user_role(userroleid,<!主键roleid,userid)
Stella981 Stella981
3年前
MFC DestroyWindow[转]
考虑单窗口情况:  假设自己通过new创建了一个窗口对象pWnd,然后pWndCreate。则销毁窗口的调用次序:  1.手工调用pWndDestroyWindow();  2.DestroyWindow会发送WM\_DESTROY;  3.WM\_DESTROY对应的消息处理函数是OnD
Stella981 Stella981
3年前
Coroutine in Java协程
转自 https://segmentfault.com/a/1190000006079389?fromgroupmessage&isappinstalled0说到协程(Coroutine)
Stella981 Stella981
3年前
Creating Node.js Command Line Utilities to Improve Your Workflow
 转自:https://developer.telerik.com/featured/creatingnodejscommandlineutilitiesimproveworkflow/类似的oclifOnceuponatime,thecommandlineseemedscaryandintimidatingtom
Stella981 Stella981
3年前
CanOpen学习笔记3
主机部分(Master):从机PDO发送发送或者接收需要SYNC信号,也就是从机接收到一个或者多个SYNC信号后发送一个PDO,也可以主机明确给出请求信号。SYNC同步信号产生设置:1、写0x40000080到index0x1005,subindex0位置(SYNCCOBID)。2、设置同步信号周期,在index0x1006,s
Wesley13 Wesley13
3年前
UCCI协议[转]
象棋百科全书(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.xqbase.com%2Fprotocol%2Fcchess_ucci.htm)<dl<divalign"center"<center<dt中国象棋电脑应用规范(五)</dt</center</
Wesley13 Wesley13
3年前
JAVA 进制转换的几个方法
进制转化在JAVA中已经封装好了.无论是常规的10转2,8,16,还是相对应的2,8,16进制转化为10进制的方法,当然也包括10n进制,n进制转10进制的常规方法.都被封装在Integer对象中.10进制转化其他进制对应的方法,参数:n(原10进制数据),r(进制),返回值10进制转2进制Integer.toBinarySt