摘要:
//初始化、指定处理函数、发送请求的函数//var poststr = "act=reply&bookid="+bookid+"&book_content="+ book_content;//type:post or getfunction send_request(http_request,url,poststr) { // 确定发送请求的方式和url以及是否同步执行下段代码 http_request.open("post", url, true); http_request.setrequestheader(&qu 阅读全文
摘要:
在开发应用中xls文件导入到数据库教程是常用的,下面我们来看这款程序:using system;using system.configuration;using system.data;using system.web;using system.web.security;using system.web.ui;using system.web.ui.htmlcontrols;using system.web.ui.webcontrols;using system.web.ui.webcontrols.webparts;using system.io; public partial class 阅读全文
摘要:
@ webhandler language="c#" class="handler" %> using system; using system.web; using system.collections.generic; using system.data; public class handler : ihttphandler { public void getpage( httpcontext context) { int pagenum = convert.toint32(context.request["pagenum" 阅读全文
摘要:
之前在安装Mysql的时候没注意,发现data的默认安装目录是在C盘,现在C盘的data文件夹居然膨胀到500多M了。于是自己动手把data文件夹挪移一下位置,这里自己做一下记录。第一步,运行Mysql命令,停止sql运行;第二步,复制C盘data文件夹到想转移到的目录,这里设定为D:\Mysql5.1\data第三步,修改Mysql安装目录下的my.ini文件,找到其中关于“datadir=”的代码,将前面转移好的目录地址写上,修改后保存;第四部,重新启动Mysql查看是否转移成功;需要提醒的是:在做data目录更改之前,记得备份好data数据,避免不必要的损失。转自:http://www. 阅读全文
摘要:
嘿嘿,一直关注,没想到这里的博客是审核机制,刚申请,几分钟就审核通过了。赞一下博客园的效率!! 阅读全文