private void button1_Click(object sender, EventArgs
e) { var appWord = new Microsoft.Office.Interop.Word.Application(); ...
分类:
其他好文 时间:
2014-07-22 23:14:16
阅读次数:
383
一、服务器端远程调试设置linux下远程调试配置:1、新建startup_debug.sh2、在startup_debug.sh里加入如下内容:引用export
JPDA_ADDRESS=5566catalina.sh jpda start3、启动startup_debug.sh在windows下远...
分类:
其他好文 时间:
2014-07-22 23:11:33
阅读次数:
439
private void Form1_Load(object sender,
EventArgs e) { textBox1.Text= GenerateTimeStamp(System.DateTime.Now);
textBox2.Text ...
分类:
其他好文 时间:
2014-07-22 23:09:53
阅读次数:
302
问题描述:今天一早,所有淡定下来后准备启动本地Tomcat,突然出现一堆错误:严重:
StandardServer.await: create[8005]: java.net.BindException: Cannot assign
requested address: JVM_Bind at...
分类:
编程语言 时间:
2014-05-01 15:18:07
阅读次数:
413
private void ToConvert_Click(object sender,
EventArgs e) { string strPath = System.Windows.Forms.Application.StartupPath;
...
分类:
其他好文 时间:
2014-05-01 14:44:33
阅读次数:
346
--查找姓名、性别、年龄、地址、电话相同的员工记录。select count(id) as
id_count, name, sex, birthday, address, telfrom staffgroup by name, ...
分类:
其他好文 时间:
2014-05-01 13:57:05
阅读次数:
314
procedure TDataEditDrFrm.btn8Click(Sender:
TObject);varexcelx,excely:string;ExcelApp:Variant;workBook:OleVariant;excelRowCount,excelColumnCount:longin...
分类:
其他好文 时间:
2014-04-30 15:17:44
阅读次数:
427
在vs里新建一个winform程序"ReportViewTest",在form1中添加一个reportView控件,from1的load事件如下:
private void Form1_Load(object sender, EventArgs e) { Data...
分类:
其他好文 时间:
2014-04-29 17:16:47
阅读次数:
409
1 private void btnConn_Click(object sender,
EventArgs e) 2 { 3 //定义连接字符串 4 string constr = "server=.;database=DBTest;...
1、怎样写一个不泄漏的NavigationController页面跳转程序?非arc模式下,假设有A、B两个viewController,从A推到B,怎样写内存才能不泄漏?A.m-(IBAction)btnGoToViewControllerB:(id)sender{
ViewControll...
分类:
移动开发 时间:
2014-04-29 16:26:47
阅读次数:
503