2021年12月27日

摘要: 1.程序1启动rmi管理服务 System.out.println("Creating evil RMI registry on port 9527");LocateRegistry.createRegistry(1111);System.out.println(" 启动Rmi成功! ");Thre 阅读全文
posted @ 2021-12-27 10:35 liujiwei0632 阅读(278) 评论(0) 推荐(0) 编辑

2021年12月2日

摘要: /**查询近两周销量,按照日期分组**/select tpdate.dateStr,ifnull(tpdata.count,0) as count from (SELECT @rownum:=@rownum+1 as count,date_add(DATE_FORMAT(now(),'%Y-%m-% 阅读全文
posted @ 2021-12-02 17:06 liujiwei0632 阅读(221) 评论(0) 推荐(0) 编辑

2018年5月2日

摘要: https://www.html5tricks.com/ 阅读全文
posted @ 2018-05-02 15:24 liujiwei0632 阅读(111) 评论(0) 推荐(0) 编辑

2016年4月9日

摘要: 阅读全文
posted @ 2016-04-09 21:52 liujiwei0632 阅读(437) 评论(0) 推荐(0) 编辑
 
摘要: using System; using System.Collections; using System.Collections.Generic; using System.IO; using Tamir.SharpSsh.java.io; using Tamir.SharpSsh.jsch; namespace EB.Mall.Core.Utils { public class SFT... 阅读全文
posted @ 2016-04-09 21:36 liujiwei0632 阅读(1590) 评论(0) 推荐(0) 编辑
 
摘要: public byte[] FtpDownLoad(string filePath) { try { FtpWebRequest reqFTP = GetFtpWebRequest(new Uri(fptServer + ftpMapPath + filePath), WebRequestMetho... 阅读全文
posted @ 2016-04-09 21:32 liujiwei0632 阅读(236) 评论(0) 推荐(0) 编辑

2016年3月29日

摘要: http://www.cnblogs.com/TomXu/archive/2011/12/15/2288411.html 阅读全文
posted @ 2016-03-29 17:36 liujiwei0632 阅读(188) 评论(0) 推荐(0) 编辑
 
摘要: 因为有父, 子节点同在, 因为有监听事件和浏览器默认动作之分. 使用 JavaScript 时为了达到预期效果经常需要阻止事件和动作执行. 一般我们会用到三种方法, 分别是 stopPropagation(), preventDefault() 和 return false. 它们之间有什么区别, 阅读全文
posted @ 2016-03-29 17:29 liujiwei0632 阅读(143) 评论(0) 推荐(0) 编辑
 
摘要: input[type='checkbox']{ vertical-align:-2px; } input[type='radio']{ vertical-align:-6px; } 阅读全文
posted @ 2016-03-29 17:28 liujiwei0632 阅读(538) 评论(0) 推荐(0) 编辑
 
摘要: <input type="hidden" value="0" id="__EVENTTARGET" name="__EVENTTARGET" runat="server"/> <input type="hidden" value="0" id="__EVENTARGUMENT" name="__EV 阅读全文
posted @ 2016-03-29 17:28 liujiwei0632 阅读(167) 评论(0) 推荐(0) 编辑