公告 公告:  祝大家在虎年里,虎虎生威!生意红火,事业有成!当然,还有爱情大丰收 *__*
CSBlogV2.11问题收集与信息反馈   ;   CSCMSV1正式上线公测
CSWave系列官方QQ群:24301472(最新版的一般都先发布在共享里哟) 。
[ 一线风 | 2006-7-4 17:18:00 | 阅读: 1577 | 分类: 工作相关 ]
MSSQL  里的nvarchar是共享的

这个字段是所在表里共享里
如表:authorinfo里
authorname        50
authorintro        3500
authoradd          450

三个加起一共不能超过4000。
新的发现!在手册里也没有查到。

新窗口 阅读全文及评论...

[ 一线风 | 2006-5-15 15:17:47 | 阅读: 1563 | 分类: 工作相关 ]
这一段时间负责一个项目,在查看数据库里的数据时看到了:  1982.168.0.24,202.101.35.24 

获取用户IP的函数是:


[code]
Function  GetIp()                                       
                dim  vip
                vip=Request.ServerVariables("http_x_forwarded_for")
                if  vip=""  or  Isnull(vip)  then        vip=Request.ServerVariables("remote_addr")
                GetIp=vip

新窗口 阅读全文及评论...

[ 一线风 | 2006-4-17 14:30:16 | 阅读: 1614 | 分类: 工作相关 ]
Editplus  有最版本了哟~我最喜欢的就是终于支持UTF-8编码了!哈哈哈哈,不再是乱码了!爽呀
EditPlus  Version  2.21

*  This  version  is  a  bug-fix  release  which  incorporates  the  previous  patch  builds.
<feature>
*  'Force  displaying  hidden  files'  option  (FTP  Settings).
*  'Show  Mapped  Drive  Names'  option  (Directory  Window  popup  menu).
*  Sort  button  added  on  the  FTP  Settings  dialog  box.
*  $(DirWin)  'Directory  Window  directory'  argument  macro  added.
*  $(FilePathNoDrv)  File  path  without  drive  name  argument  macro  added.
*  Displays  warning  if  existing  copy  is  newer  than  saving  file.
*  Lock  File  option  is  now  persistent.
*  'File  Open  dialog  restores  previous  directory'  option  (Preferences->General).
*  Toolbar  buttons  for  Load/Close  Project  commands.
<bug  fix>
*  Program  would  crash  if  text-to-speech  software  such  as  Narrator  was  running.
*  If  Recent  Files  list  had  invalid  remote  file  name,  program  could  crash.
*  Program  could  crash  with  some  sftp  servers.
*  Removing  file  type  from  Settings  &  syntax  dialog  could  cause  program  crash.
*  Split  Lines  command  could  cause  program  crash.
*  Long  FTP  directory  name  could  cause  program  crash.
*  Customize  Data/Time  command  could  cause  program  crash.
*  Trying  to  Save  read-only  Unicode  file  could  cause  program  crash.
*  Document  Template  in  UTF-8  encoding  could  cause  program  crash.
*  Find  in  Files  could  cause  program  crash  with  very  large  files.
*  Save  As  could  cause  program  crash  if  File  Extensions  option  was  empty.
*  Change  Case  commands  did  not  work  correctly  with  non-ASCII  characters.
*  Keystroke  recording  did  not  work  correctly  with  multi-byte  characters.
*  Tab  to  Spaces  command  did  not  work  correctly  with  multi-byte  characters.
*  On  the  Spell  Checker,  Replace  All  button  did  not  work  correctly.
*  Associate  in  Explorer  option  did  not  work  correctly.
*  Reformat  did  not  work  correctly  with  multi-byte  characters.
*  Printer  font  could  not  be  changed.
*  'Settings  &  syntax'->'Column  Markers'->'Show  Markers'  option  did  not  work
*  FTP  could  not  list  files  of  some  directory  names.
*  FTP  did  not  work  on  VMS  servers.
*  FTP  file  list  was  not  correct  with  some  AIX  servers.
*  'More'  button  on  Replace  dialog  box  did  not  work  correctly.
*  Some  argument  macro  did  not  work  if  there  was  no  open  file.
*  Locked  files  were  not  detected  as  read-only.
*  Fill  Column  command  did  not  work  correctly  with  horizontally  scrolled  text.
*  Improved  compatibility  for  some  Chinese  IME.
*  $(FileDir)  argument  macro  did  not  work  with  remote  files.
*  User  tool  did  not  work  with  some  batch  files.
*  Some  file  with  Big5  char  set  name  could  not  be  opened.
*  Character  Count  command  displays  result  as  both  Unicode  and  ANSI.

华军软件园有下的,嘿~~~~很爽~~~~~

新窗口 阅读全文及评论...

[ 一线风 | 2006-4-13 14:45:34 | 阅读: 1099 | 分类: 工作相关 ]
1. 
[Code]有A/B两表,要求读A表的集录集时能获取全部买下某片的价格

A:
ID,TVName
1        007
2        大话西游

B:
ID,TVID,TVNumber,TVPrice
1        1        01                20
2        1        02                30
3        1        03                40
4        2        01                28
5        2        02                38

新窗口 阅读全文及评论...

[ 一线风 | 2006-4-7 11:48:00 | 阅读: 1330 | 分类: 工作相关 ]
上午解决一个170W记录的删除,ASP页面一直超时。网上查下资料~

现把解决方法总结一下: 

影响服务器产生超时的设置大致有:   
1.  Server.ScriptTimeout
2.  Connection对象的CommandTimeOut属性
3.  Command对象的CommandTimeOut属性
4.  IE浏览器的设置

Server.ScriptTimeout,默认值是90秒.   

新窗口 阅读全文及评论...

[ 一线风 | 2005-12-10 22:19:12 | 阅读: 1523 | 分类: 工作相关 ]
在新窗口中查看

在新窗口中查看

在新窗口中查看


今天刚安好系统又中了局域网超级密码

哎~~~
我所有的东东呀~·

新窗口 阅读全文及评论...

[ 一线风 | 2005-11-26 16:30:23 | 阅读: 1549 | 分类: 工作相关 ]
我的机器备置是:
串口80G8M缓存硬盘:现占用IDE2主设备

原来的CD刻录机:占用IDE1主设备

问题是现在有个DVD:本想占用IDE1的从就行了,可是就是不能全部显示出来!

无论怎么连和设就是只显示其中的两个设备!

并且IDE2上只有一有光驱就会把串口硬盘给干掉!

新窗口 阅读全文及评论...

[ 一线风 | 2005-9-23 11:26:32 | 阅读: 1367 | 分类: 工作相关 ]
conn.execute("update  Y_User  set  Troopid=(select  id  from  Y_Troop  where  userid="&id&")  where  userid="&id&"")

就是这条了,在AC无论怎么都是说不能更新的查询,但是放到MSSQL里面就没有任何问题~

汗~~~~~~

这个语句就非要到SQL里??

是不是我写错了???
[galling]

新窗口 阅读全文及评论...

[ 一线风 | 2005-9-6 19:38:42 | 阅读: 11862 | 分类: 工作相关 ]

在新窗口中查看

发现我还是比较偏爱清淡的色彩的~



新窗口 阅读全文及评论...

[ 一线风 | 2005-8-14 19:41:31 | 阅读: 1896 | 分类: 工作相关 ]
晕死,Mop和ChinaUI一直上不去,想找个参考的也找不到,最后还是参考千千静音!嘿~~~
用了两三个小时还没有做完~先把没有完成版的传上来吧!看来只能下个星期接着做了!
在新窗口中查看


熬到现在总算是做完了,不过感觉有点不爽呀~哎也不知那儿不对劲~

0:14

新窗口 阅读全文及评论...