邓三儿的BLOG日志
方法一: private void GoToLineAndColumn(RichTextBox RTB, int Line, int Column) { int offset = 0; &n...
Microsoft Agent是微软公司于1997年9月发布的一项代理软件开发技术,而后被集成到Internet Explorer 4.0 Plus及更高版本中,目前版本为2.0,支持简体中文。作为一种软件代理工具,Agent以其强大的交互功能、鲜明的人性特点、优美的操作界面和简便统一的编程方法,对由菜单、按钮、提示框等组成的传统人机交互方式产生了很大影响,在多媒体创作、Web应用、教育软件、软件帮助系统和辅助工具制作等方面,具有广阔的应用前景。
一、 Microsoft Agent技术简介
<body onload=document.f.wd.focus()> ,f是form的name,wd是文本框的name...
<script>function save(){ document.form1.action="right.asp";document.form1.submit();}function send(){document.form1.action="sendtaskook.asp";document.form1.submit();}</script><form name="form1"><input...
<script language="JavaScript"> function KeyDown(){ if(!(event.shiftKey||event.altKey)&&event.keyCode==13&&event.ctrlKey) { document.GroupSendForm.submit(); &...
使用SQL SERVER2005的时候常常遇到中文字符为乱码的情况,经过研究发现,设置SQL的排序规则可以解决这个问题。
1、登录服务器打开Microsoft SQL Server Management Studio。
2、在要修改的数据库上单击鼠标右键,并选择“属性”。
3、在弹出的数据库属性窗口中点击“选择页”中的“选项”。
4、将排序规则由默认的SQL_Latin1_General_CP1_CI_AS修改为Chinese_PRC_CI_AS。
5、点击确定就OK。
varchar修改为nvarchar
char修改为nchar
...
下面是库中URLINDEX表:URL和Keywords字段分别添加了索引. URL 文本 (索引:有(无重复)) Title 文本 Description ...
找到 php.ini 文件,修改其中的 upload_max_filesize、memory_limit、post_max_size 值。...
query:select tisfc001.pdno, | Production Order tisfc001.mitm, | Item &n...
Sub XXXscrap()Dim XXX As CommandBarPopupDim scrap As CommandBarPopupDim about As CommandBarControlDim finderror As CommandBarControlDim cleanup As CommandBarControlDim updatascrap As CommandBarControl'菜单栏出现公司名称Set XXX = Application.CommandB...