html ts jquery drag extends ...
分类:
其他好文 时间:
2017-09-05 17:57:28
阅读次数:
233
spring.datasource.url=jdbc:sqlserver://localhost:port;databaseName=dbname spring.datasource.username=juvespring.datasource.password=buffonspring.datas ...
分类:
其他好文 时间:
2017-09-04 13:21:45
阅读次数:
246
corners、gradient、padding、size、solid、stroke 一、corners: Corners标签是用来字义圆角的,其中radius与其它四个并不能共同使用。 android:radius:定义四个角的的圆角半径 二、solid: 用来指定内部填充颜色 <solid an ...
分类:
其他好文 时间:
2017-09-04 13:09:34
阅读次数:
165
插件地址:链接:http://pan.baidu.com/s/1jHVtyZ0 密码:7kee ...
分类:
其他好文 时间:
2017-09-03 13:24:23
阅读次数:
205
三天不写代码就手生! 把测试代码记录下来。 注意事项: 1. 三个方法必须一块使用,不能只写 System.MonitorWait(Form1, INFINITE); System.MonitorEnter(Form1); //必须 Log('Thread1 Enter'); System.Moni ...
分类:
编程语言 时间:
2017-09-02 21:48:56
阅读次数:
135
1 if (MessageBox.Show("是否要删除数据", "提示", MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes) 2 { 3 MessageBox.Show("yes"); 4 } 5 ... ...
分类:
其他好文 时间:
2017-08-31 19:14:40
阅读次数:
91
使用OracleHelper(一个C#操作Oracle数据库的工具类),连接的打开关闭全部交给OracleHelper去做。 进行增加数据信息时,新开增加数据信息的窗口,并且接受窗口的返回值,如果返回OK,对GridControl重新进行数据绑定。 1 AddForm1 add = new AddF ...
分类:
其他好文 时间:
2017-08-31 12:39:04
阅读次数:
199
package mainimport ( "net" "time")// 初始化代理服务func initProxy() { Log.Infof("Proxying %s -> %s\n", Config.Bind, Config.Backend) server, err := net.Listen... ...
分类:
其他好文 时间:
2017-08-31 11:10:20
阅读次数:
264
功能:把多个工作簿的第一个工作表合并到一个工作簿的多个工作表,新工作表的名称等于原工作簿的名称 Sub Books2Sheets() '定义对话框变量 Dim fd As FileDialog Set fd = Application.FileDialog(msoFileDialogFilePick ...
分类:
其他好文 时间:
2017-08-30 18:31:30
阅读次数:
127
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.... ...