image/JPEG,image/JPG /mulFile.jsp /su...
分类:
其他好文 时间:
2014-05-09 17:18:19
阅读次数:
311
需求根据权限判断datagrid的每一列的checkBox是否可选,看了下文档,发现editor的checkbox应该能实现这个功能,但我们项目自己将easyui外面包了一层,把原生的editor改成了浮动形式的,并且由外面包那一层那初始化这个浮动的editor。而我要改的地方没有用外面包这样一.....
分类:
其他好文 时间:
2014-05-09 17:12:01
阅读次数:
347
微软官方的文档是说,Value这个Objec 来推断是什么SqlDbType。设为0
就给推断出Null了,所以先把它装箱为Object.Convert.ToInt32皆可
分类:
数据库 时间:
2014-05-09 16:37:59
阅读次数:
296
$.ajax({ url: baseURL +
"InvoiceSale/OnQuotaInvoiceSale", //点击核销单号时,点击核销时,交互的页面 type: "POST", data:
JSON.stringify(createTable.r...
分类:
Web程序 时间:
2014-05-09 12:38:10
阅读次数:
898
通过CSS3的linear-gradient实现的.bg{width:300px;height:50px;background:#caca8c;background-image:-webkit-gradient(linear,50%0,0100%,from(transparent),color-st...
分类:
Web程序 时间:
2014-05-09 12:28:39
阅读次数:
4486
一。获取文本 textBox1.Text =
Clipboard.GetData("Text").ToString();二。获取图像 pictureBox1.Image =
Clipboard.GetImage();三。GetData()的参数解释名称 说明 Bitmap ...
分类:
其他好文 时间:
2014-05-09 12:22:12
阅读次数:
361
MySql数据库优化是一个综合性的技术,主要包括以下几个方面:表的设计要合理(符合三范式)添加适当的索引(普通索引、主键索引、唯一索引、全文索引)采用分库、分表(水平分割、垂直分割)读写分离(主从)使用存储过程或者触发器(存储过程通过DBMS的预编译,可以直接调用)MySql配置优化[my.in.....
分类:
数据库 时间:
2014-05-09 11:59:49
阅读次数:
410
1. type()函数,指出指定对象的类型。2.
tuple和list的区别:tuple是不能改变的,与之对应,它没有remove等函数,而list具有相应的函数3.tuple或者list访问:范围引用:
基本样式[下限:上限:步长]>>>print s1[:5] # 从开始到下标4 (下标5的元素...
分类:
其他好文 时间:
2014-05-09 11:27:19
阅读次数:
300
There are no interfaces on which a capture can be
done解决方法:Open a terminal by pressingCtrl+Alt+Tand type the following
commands:sudo dpkg-reconfigure ...
分类:
其他好文 时间:
2014-05-08 22:18:45
阅读次数:
397
LayoutInflater inflater =
getLayoutInflater();View imageLayout =
inflater.inflate(R.layout.preference_image.xml,null);ImageView imageView =
(ImageView...
分类:
其他好文 时间:
2014-05-08 21:34:32
阅读次数:
307