摘要:
[linker error] unresolved external winmain referenced from d:\program files\borland\cbuilder6\lib\c0w32.obj 我现在编译程序 就出现上边错误 谢谢!
......
摘要:
textbox1.text="文章标题abdce"; 把这个字符串写入sql数据库,对应的数据库的字段类型是binary 再读出来 select *,cast (name as varchar(8000)) as name1 from table1 这时候 textbox1.text的内容都变成了???abdce 无法看到汉字内容了? (如果text内容是英文字母则没有......
win 2000不能与win xp互相访问
win 2000不能与win xp互相访问,xp可以访问2000,但2000不能访问xp,总提示用户没有权限。
NO.1 作者: Aceryt
参考一下:
http://community.csdn.net/Expert/icView1.asp?id=3281445
NO.2 作者: hzk9599
XP默认状态下没有启动GUEST帐号,而且默认状态下该帐号被禁止从网络访问本机.
解决方法:1.在用户组里启用GUEST帐号.
2.在本地安全策略中-->禁止从网络访问本机 这个项目中,把GUEST帐号删除..
摘要:
无级分类我已经显示出来了,但是还有一个问题见图: http://61.153.48.211/eric/show.gif 我的两个调用函数是 public datatable getcategorytree(out string strmsg) public void listchildcategory(string childstr,ref datatable dt,datarow dr......