07 2016 档案
摘要:要实现的效果:将HTML页面中的某个DOM元素例如DIV下面的文本内容进行复制。 实现过程如下: 1 <html> 2 <head> 3 <title>Copy text Demo</title> 4 <script type="text/javascript" src="jquery.min.js
阅读全文
摘要:只需要设置如下的样式即可: <div id="testDiv" style="overflow-x: hidden; word-break:break-all;border:1px solid #CCC;width:500px;height:333px;margin:50px auto;"> “Ar
阅读全文
摘要:添加服务: sc create TestService binpath= "D:\TestApp\TestService.exe" 注意:所有的等号和值之间需要一个空格(等号前不要空格,等号后要一个空格) !! ——binpath和等号之间不要空格,等号和安装路径(例如"= D:\TestApp\T
阅读全文
摘要:1.FTP文件操作类 FtpClient 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.IO; 6 using System.N
阅读全文