摘要:
连接数据库的代码如下: dbconn.connectionstring = "provider=sqloledb.1;persist security info=false;user id=sa;initial catalog=stock;data source=diannaobu6" dbconn.cursorlocation = aduseclient dbconn......
摘要:
怎么样可以使窗体的栏题栏中的文字,滚动显示? 谢谢各位?
......
http://xml.sz.luohuedu.net/xml/CoolMenu/main.htm (主窗口嵌套子窗口与拖动菜单)怎么做的
http://xml.sz.luohuedu.net/xml/CoolMenu/main.htm
有源码看最好,谢谢
NO.1 作者: net_lover
htc+脚本+css+html即可。如果需要可以打包给大家
其实源代码和缓存里都有了
摘要:
假设有一个数组arrx(36),在数组中分别存放>=1 and <=99的数字 比如:arrx(1)=12,arrx(2)=44..arrx(35)=67 排除arrx(0),不考虑它 现在要从这里面取出7个数字作为一组.并且这七个数字的和等于98(或者其它由用户输入的在7-99之间的数字) 比如:arrx(1)+arrx(2)+arrx(13)+....=98 得到这七个数组......