private void Form1_Load(object sender,
EventArgs e) { textBox1.Text= GenerateTimeStamp(System.DateTime.Now);
textBox2.Text ...
分类:
其他好文 时间:
2014-07-22 23:09:53
阅读次数:
302
安装MongoDB 将解压所得的bin文件夹内文件部署于C:\mongodb\bin 建立数据库文件夹
C:\mongodb\data\db 准备以下内容的配置文件mongodb.cfg dbpath=C:\mongodb\data\db
#数据库路径logpath=C:\mongodb\data\...
分类:
数据库 时间:
2014-07-22 23:08:34
阅读次数:
338
class Work { [DllImport("user32.dll")] static
extern void mouse_event(MouseEventFlag flags, int dx, int dy, uint data, UIntPtr
extr...
分类:
其他好文 时间:
2014-07-22 23:06:55
阅读次数:
347
$.ajax({type:"get", url:"http://",
data:"name="+userid+"&password="+password,async:true,
error:function(request){alert("Connectionerror"); }, success:...
分类:
Web程序 时间:
2014-07-22 23:06:54
阅读次数:
373
发现现在程序员越来越懒了,连验证码都不想自己写了。kaptcha验证码插件https://code.google.com/p/kaptcha/downloads/list
分类:
其他好文 时间:
2014-07-22 23:06:13
阅读次数:
186
一.界面设计 二.具体代码 using System; using
System.Collections.Generic; using System.ComponentModel; using
System.Configuration; using System.Data; using System...
分类:
其他好文 时间:
2014-05-01 15:26:48
阅读次数:
345
//要实现UIWebViewDelegate代理@interface
TestViewController : UIViewController{ UIWebView *protWebView;}@property
(retain, nonatomic) IBOutletUIWebView *pr....
分类:
移动开发 时间:
2014-05-01 15:13:29
阅读次数:
420
SOAPSonar是领先的服务测试和诊断解决方案,世界上有超过40,000份部署应用。SOAPSonar为基于HTTP,HTTPs,
MQ 和 JMS协议的SOAP, XML,
和REST服务提供简单、直观和综合的测试。SOAPSonar测试框架容易部署,并提供功能、性能、一致性和安全性测试。自始自...
分类:
Web程序 时间:
2014-05-01 15:10:35
阅读次数:
451
org.openqa.selenium.firefox.NotConnectedException:
Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms. Firefox console
output:*** LOG add...
分类:
其他好文 时间:
2014-05-01 15:00:46
阅读次数:
292
刚开始以为是兼容性问题……后来,发现居然是自定义的data数据多了个逗号。本来定义了多个数据,有一次把后面几条数据删除了,保留下来的最后一条数据后面的逗号没去掉。--!
分类:
Web程序 时间:
2014-05-01 14:32:55
阅读次数:
932