上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 72 下一页
摘要: cat -n 139.sql |grep "kkkn" sed -n '697804,697812p' 139.sql 阅读全文
posted @ 2015-11-16 09:55 seasonzone 阅读(238) 评论(0) 推荐(0)
摘要: textarea称文本域,又称文本区,即有滚动条的多行文本输入控件,在网页的提交表单中经常用到。与单行文本框text控件不同,它不能通过maxlength属性来限制字数,为此必须寻求其他方法来加以限制以达到预设的需求。通常的做法就是使用#脚本语言来实现对textarea文本域的字数输入限制,简单而实... 阅读全文
posted @ 2015-11-16 09:30 seasonzone 阅读(513) 评论(0) 推荐(0)
摘要: 用ACCESS数据库和ASP做网站时用UTF-8编码有时会出现乱码,再者网页出错或者刷新页面后就是乱码,如果数据库取值乱码在开头加上 就可以了 当我们用ASP从数据库中读取中文的时候出现乱码,解决的办法是: 首先看你的代码中是否包含了这句代码简体中文,其次看一下这句代码是不是出现在连接数据库代码之前... 阅读全文
posted @ 2015-11-15 15:47 seasonzone 阅读(1561) 评论(0) 推荐(0)
摘要: PowerDesigner生成Access数据库自从使用PD以来一直知道可以支持access但一直没有搞明白如何通过脚本来创建access数据表。在PD的tools里终于找到的答案,具体 文件都在C:\Program Files\Sybase\PowerDesigner 12\Tools目录中。目前... 阅读全文
posted @ 2015-11-15 11:31 seasonzone 阅读(418) 评论(0) 推荐(0)
摘要: 一、crond简介crond是linux下用来周期性的执行某种任务或等待处理某些事件的一个守护进程,与windows下的计划任务类似, 当安装完成操作系统后,默认会安装此服务工具,并且会自动启动crond进程,crond进程每分钟会定期检查是否有要执行的任务,如果有要执行的任务, 则自动执行该任务。... 阅读全文
posted @ 2015-11-09 14:43 seasonzone 阅读(297) 评论(0) 推荐(0)
摘要: Starting with the 11g Release 1 (11.1), when gathering statistics, you have the option to automatically publish the statistics at the end of the gathe... 阅读全文
posted @ 2015-11-06 15:11 seasonzone 阅读(339) 评论(0) 推荐(0)
摘要: During media recovery, RMAN examines the restored files to determine whether it can recover them with an incremental backup. If it has a choice, then ... 阅读全文
posted @ 2015-11-06 14:35 seasonzone 阅读(199) 评论(0) 推荐(0)
摘要: /*-------------------ASP文档参考集-----------------------*/ *-->作者:草履虫 *-->时间:2007-4.28---2007-4.30(原来是自己编写的手册,现在发在这里) *-->联系:caolvchong@gmail.com *-->文档功能... 阅读全文
posted @ 2015-11-06 09:45 seasonzone 阅读(546) 评论(0) 推荐(0)
摘要: 数据库设计表depart字段 departID 自动编号departName 文本 '省份表subject字段subjectID 自动编号subjectName 文本 '城市departID 数字'所属省份IDhttp://mengniu521.blog.sohu.com/20759120.... 阅读全文
posted @ 2015-11-04 16:36 seasonzone 阅读(1381) 评论(0) 推荐(0)
摘要: rs为一级栏目的记录集rs2为二级栏目的记录集分别替换成你自己的记录集名称就好了栏目 >> http://jingyan.baidu.com/article/eae0782788e9d71fec548590.html 阅读全文
posted @ 2015-11-04 16:31 seasonzone 阅读(2327) 评论(0) 推荐(0)
上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 72 下一页