[DllImport("user32.dll")] public extern static int GetWindowText(IntPtr hWnd, StringBuilder lpString, int nMaxCount); /// <summary> /// 打开ppt文件 /// </ ...
(转自老惠的博客) (续2) 9、DOM 我们将jQuery有关DOM模块的代码放在文件jquery.extend.dom.js中。 function jQuery_extend_dom(jQuery){ jQuery.fn.extend({ text: function( text ) { if ...
分类:
Web程序 时间:
2017-07-31 14:50:44
阅读次数:
176
1.servlet 允许将action属性设置为 映射 ,通过映射找到相关的servlet class进行数据的处理 2.服务器容器,服务器中间件 apache-> tomcat 7, weblogic 3.搭建servlet开发环境 startup.bat:启动tomcat服务 shutdown. ...
分类:
其他好文 时间:
2017-07-31 13:25:55
阅读次数:
195
最近逆向一个软件,无奈类名、方法名混淆的太厉害,class-dump后,很难猜出大致是哪个方法在起作用。用reveal 和 cycript 找到了viewcontrol 类,但类方法太多,还是不能确定是哪个方法被调用了。尝试为方法下断点,结果下了好几个都没有断下来。因此想到了用logify为指定类的 ...
分类:
其他好文 时间:
2017-07-30 17:13:53
阅读次数:
157
Problem 2283 Tic-Tac-Toe Accept: 60 Submit: 92Time Limit: 1000 mSec Memory Limit : 262144 KB Accept: 60 Submit: 92Time Limit: 1000 mSec Memory Limit : ...
分类:
其他好文 时间:
2017-07-30 14:45:29
阅读次数:
203
工作中查看Zabbix linux 监控项的时候对linux 监控的cpu使用的各个参数没怎么明白,特意查看了下资料 Zabbix linux模板下的CPU utilization是自带的监控Linux CPU各个参数的监控项,其实就是Linux下top命令显示的cpu信息。 Zabbix下的监控信 ...
分类:
其他好文 时间:
2017-07-30 00:58:45
阅读次数:
390
网络上可供测试的Web Service 腾讯QQ在线状态 WEB 服务 Endpoint: http://www.webxml.com.cn/webservices/qqOnlineWebService.asmx Disco: http://www.webxml.com.cn/webservices ...
分类:
其他好文 时间:
2017-07-29 21:25:24
阅读次数:
800
一:将源代码与类文件分离 源码.java存储在source目录下。编译文件.class存储到classes目录下。 命令: cd MyProject/source javac -d ../classes MyApp.java/*.java(代表目前目录所有的源文件) 二:程序包进jar 打jar包: ...
分类:
编程语言 时间:
2017-07-29 18:53:09
阅读次数:
123
The Task-based Asynchronous Pattern (TAP) is based on the System.Threading.Tasks.Task and System.Threading.Tasks.Task<TResult> types in theSystem.Thre ...
分类:
其他好文 时间:
2017-07-29 15:14:23
阅读次数:
188
2017-03-02开始,记录的一些知识点。岁月长,三更漏。漫漫回廊,依稀人空瘦。借酒消愁入断肠,倚剑笑我,我独自寻殇。 一、vx中的v-bind和{{}}的区别 运行的效果如下:v-bind显示null,{{item.CreateTime}}显示空白。 二、android中复制的功能 详情可以参考 ...
分类:
其他好文 时间:
2017-07-29 00:52:31
阅读次数:
173