12 2010 档案
摘要:我在网上找到的资料:http://mattberseth.com/blog/2008/07/aspnet_file_upload_with_realti_1.html
阅读全文
摘要:当输入法打开时,判断input只能输入数字时,input 的onkeydown事件不触发。Solution: input style="ime-mode:Disabled;" onkeydown="函数" /style="ime-mode:Disabled;"这个样式可以关闭输入法。
阅读全文
摘要:1。Mysql默认情况下不区分大小写。如何设置区分大小写: my.ini:在mysqld节下加入下面一行 set-variable=lower_case_table_names=0 (0:大小写敏感;1:大小写不敏感)重启一下MySql服务。2。执行sql:;+ 回车。3。show databases;4. use database name;5. show tables;6. create table table_Name(id int, name varchar(20));.....
阅读全文
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--declare@Temptable(Codevarchar(10),IDint,SIntint)insertinto@Temp(Code,ID,SInt)select'01',1,3unionselect'01',2,3unionselect'01',2,3unionselect'02',1,3unionselect'02',3,5unionselect'02',2,6unionselect'03
阅读全文
摘要:今天我在windows 2000系统下面安装fireshot后,总是提示FireShot needs XMLLITE.DLL for execution, please install it first.查看了system32下面确实没有这个DLL。在网上查了查,最终找到了一个可以使用的xmillite.dll。把这个DLL放到:WINNT\system32下面,然后卸载Fireshot, 重新安装,it is OK.xmillite.dll下载地址:http://files.cnblogs.com/lfzwenzhu/xmllite.zip.
阅读全文
摘要:Hyperlink --> A Website on the Internet.Today, I use Hyperlink property. I find that the property is not work.我检查了报表的属性,发现了一个属性。Report Options --> Create Group Tree当这个属性check时,有的报表不能使用Hyperlink的...
阅读全文