An Easy GameTime Limit: 2 Seconds Memory Limit:
65536 KBOne day, Edward and Flandre play a game. Flandre will show two
01-strings s1 and s2, the leng....
分类:
其他好文 时间:
2014-06-06 23:24:46
阅读次数:
248
Windows Form application version:private void
Form1_Load(object sender, EventArgs e) { this.BackColor = Color.Red;
System.Drawing.Drawing2D.GraphicsPa...
分类:
其他好文 时间:
2014-06-06 22:46:00
阅读次数:
208
(转自:http://www.cnblogs.com/JuneZhang/archive/2010/11/26/1888863.html)HttpContext.Current.Request.Url.ToString()并不可靠。如果当前URL为http://localhost/search.as...
分类:
Web程序 时间:
2014-06-06 22:30:16
阅读次数:
286
授权从 oracle 8i 开始, oracle 用通过提供 authid 子句为
pl/sql 的执行授权模型, 这样我们可以选择使用 authid current_user(调用者权限)来执行这个plsql语句,
这时这个程序是用调用者(当前)模式的授权运行的.与 SQL 整合pl/sql 于 ...
分类:
数据库 时间:
2014-06-06 21:06:18
阅读次数:
298
my_nameXBIDADDRESStelqqnote//显示表所有的项的自断的类型和大小mysql>
show full columns from
hdxcy_info;+-----------+--------------+-------------------+------+-----+---...
分类:
其他好文 时间:
2014-06-06 20:19:44
阅读次数:
208
主要成员 union _Bxty { // storage for small buffer
or pointer to larger one _Elem _Buf[_BUF_SIZE]; _Elem *_Ptr; } _Bx; size_type
_Mysize; // current l...
分类:
其他好文 时间:
2014-06-06 18:22:13
阅读次数:
238
1、ls基本语法及选项用法:ls [选项]... [文件]...List information
about the FILEs (the current directory by default).Sort entries alphabetically
if none of -cftuvSUX n...
分类:
其他好文 时间:
2014-06-06 14:11:26
阅读次数:
196
今天早上9:06左右,Windows性能监视器监测到主站的Web服务器出现了CPU
100%的情况,伴随着Requests/Sec的上升。QPS最高冲到了601。IIS的Current Connections也随之上升。
分类:
Web程序 时间:
2014-06-06 09:47:56
阅读次数:
303
在新近发布的spark
1.0中新加了sql的模块,更为引人注意的是对hive中的hiveql也提供了良好的支持,作为一个源码分析控,了解一下spark是如何完成对hql的支持是一件非常有趣的事情。
分类:
其他好文 时间:
2014-06-06 08:40:02
阅读次数:
348
1、理解: 把若干条 SQL 语句封装起来,起个名字,就叫过程
把这个过程存储在数据库中,就叫存储过程2、存储过程的创建语法: create procedure procedureName() begin --sql 语句
end$3、查看已有的存储过程: 示例:show procedure sta...
分类:
数据库 时间:
2014-06-04 14:59:24
阅读次数:
274