1.这里下载:http://www.newtonsoft.com/products/json/安装: 解压下载文件,得到Newtonsoft.Json.dll 在项目中添加引用2.引入命名空间创建一个DataTable对象:DataTable dt = new DataTable(); ...
分类:
Web程序 时间:
2014-10-23 12:13:03
阅读次数:
196
用jQuery实现checkbox的全选和反选功能,当checkbox禁用时候不参与全选功能
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;paddin...
分类:
其他好文 时间:
2014-10-22 15:53:44
阅读次数:
154
hive本身支持的子查询非常有限,Hive不支持where子句中的子查询,只允许子查询在from中出现错误写法:insert into table branch_atmzc_sumSelect XT_OP_TRL, SA_TX_DT,"取款-存款",b.cr_tx_amt- a.cr_tx_amt....
分类:
其他好文 时间:
2014-10-22 10:55:14
阅读次数:
1598
DateTimedt=DateTime.Now;Label1.Text=dt.ToString();//2005-11-513:21:25Label2.Text=dt.ToFileTime().ToString();//127756416859912816Label3.Text=dt.ToFileTimeUtc().ToString();//127756704859912816Label4.Text=dt.ToLocalTime().ToString();//2005-11-521:21:25Label5.T..
var R: TRect;begin//Form1.Canvas.TextOut(20,20, '说明'); R:=Rect(20, 20, 120, 70); DrawText(Canvas.Handle, '说明', -1, R, DT_END_ELLIPSIS);end;//在...
1.在SQLIte数据库中,Interger返回的数据类型是Int64位的。如果想转换为C#的int类型,必须先转换为Int64,再转换为int类型。如: int id = (int)(Int64)dt.rows[0]["ID"]; int 类型转换成c#int可直接转换,如: int is...
分类:
数据库 时间:
2014-10-20 00:39:01
阅读次数:
323
一、数字Math.Ceiling() 表示进位,取上限。例:2.3的进位是3Math.Floor() 表示舍位,取下限。例:2.3的舍位是2Math.Round() 表示四舍五入Math.Sqrt() 根号下,表示开方Math.PI 圆周率二、日期时间DateTime dt=new DateTime...
分类:
其他好文 时间:
2014-10-19 21:05:41
阅读次数:
255
/ 让帧循环调用this->update(float dt)函数 // scheduleUpdate(); // 让帧循环去调用制定的函数,时间还是1/60秒 // schedule(schedule_selector(T19Update::MyScheduleFunc)); // 定时器,每隔2秒...
分类:
其他好文 时间:
2014-10-18 20:57:36
阅读次数:
150
//获取第一个数据源DataTable DataTable dt1 = DBHelper.GetDataTable("select top 10 ksdid,user_id,user_pwd from ksd_user_info"); IEnumerable query1 = dt...
分类:
其他好文 时间:
2014-10-17 11:47:32
阅读次数:
681
在 shell终端执行命令:vi /etc/profile在 profile文件末尾加入:JAVA_HOME=/usr/lib/jvm/java-6-sun-1.6.0.15PATH=$JAVA_HOME/bin:$PATHCLASSPATH=.:$JAVA_HOME/lib/dt.jar: $JA...
分类:
其他好文 时间:
2014-10-16 16:49:22
阅读次数:
212