孟宪会的留言



老徐发表于:2008-09-24

牛人  能不能推荐几个vb.net + asp.net的源程序

bbjjqq发表于:2008-09-23

强人,我一直很迷茫,我很想学.net可是,总觉得自己的路子走的不对,学的是又慢又累,能不能指点迷津一下

齐浩楠发表于:2008-09-22

名为“SharePoint_Config_5b4b5f88-7405-4b98-8a20-a5714ba31812”的父级 Microsoft.SharePoint.Administration.SPFarm 下已存在名为“addcasewebpart.wsp”的 Microsoft.SharePoint.Administration.SPSolution 类型的对象。请重命名您的对象,或删除现有对象。 您好 我有个问题,问题的描述如上所述,使用sharepoint 开发webpart部署时出现的这个错误? 而且这个问题不时地出现?不知道怎么解决? 能不能帮我看一看问题出在哪里? 谢谢了

Ly_Sky发表于:2008-09-21

我想实现一个像Google一样搜索功能的web页面,有效数据的来源不是来自数据库,需要想办法从Google 的网页扒数据.拿到的仅是HTML,要从中取出关键词信息,这可能用到比较难的正则表达式, 有效的数据是来息网页中,从网页中提取到的用户可以从下面的下拉栏中找到相关的信息,以便更合理的查看信息,能否能点帮助呀? 

黄Jaon发表于:2008-09-17

我是北京专职IT猎头Jason,服务外资软件公司。现招聘如下人才,长期有效。这些公司的薪水都比世面上高出20%左右,因为找的都是是高级人才。薪水范围在20-90万之间。如果感兴趣或能推荐人,请发简历至jason.huang@careerfocus.com.cn或者MSN/MAIL:rofy-jason@hotmail.com,请著名应聘**职位,谢谢!                                                                                                                    做浏览器的外资公司,在朝阳区,薪水open,一般在20%增长。要求候选人技术全面,基础扎实,C++非常精通。  1.Unix嵌入式c++开发,master3年工作经验,熟悉web标准.  2.Windows mobile/WinCE嵌入式开发,master4年工作经验,熟悉web标准.  3.senior product tester,掌握2种OS,熟悉web标准(html,css,ecmascript),熟悉网络协议,至少2年测试经验。                                                                                                                   外资IT consultancy,薪水open,需要工作经验》=7年的候选人,女生可以放宽到5年,在东城区。特别需要工作经验10-20年的开发人才,年薪20-70万。 1.Java或C++企业级应用软件开发,7年工作经验. 2.QA,Exposure to object oriented analysis and design and testing on systems developed in Java J2EE, .NET and C++,3年工作经验,熟练运用automated testing tools,defect management systems and Agile methods.                                                                                                      外资手机OS开发公司,薪水丰厚,不过对候选人的能力要求非常严格。在海淀。薪水行内top。 1.资深c++或java高手(设计模式+算法+软件工程,基础深厚),master4年或者本科7年以上工作经验,Senior Engineer/Senior Technical Trainer/Team Leader/Project Manager/Architect/Engineering Manager.                                                                                 外资500强  1.Unix/Linux下C++开发,6年工作经验,有debugging丰富经验;懂unix file system&NFS internal,mainframe(z/os) experience and storage platform.  2.Unix,C/C++,master 3-5年工作经验,熟悉OS and file system and windows kernel is a plus.  3.senior automation test engineer;principle QA,懂file system,web service和storage。  4.senior tester:懂web标准(html,xml,css,ecmascript),精通至少2中OS,口语流利,master3年工作经验。

zhankunrong发表于:2008-09-17

你好,我想问一下我的宽带为什么有些可以上有的不能上呢?我的宽带是都人用的,这个跟路由设置有关妈?还是被电信或者其他用户控制了,现在被那些上不了网的找的好烦,麻烦你帮我解决一下。谢谢

我是谁发表于:2008-09-13

<SCRIPT LANGUAGE="JavaScript"> var layers = document.layers, style = document.all, both = layers || style, idme=908601; if (layers) { layerRef = 'document.layers'; styleRef = ''; } if (style) { layerRef = 'document.all'; styleRef = '.style'; } function writeOnText(obj, str) {   if (layers) with (document[obj]) { document.open();  document.write(str); document.close(); }   if (style) eval(obj+'.innerHTML= str'); } var dispStr = new Array( "可在此输入一段文字,我想多输入一些,但是自己写在这儿的多了就显示不出来了.该怎么办?" ); var overMe=0; function txtTyper(str, idx, idObj, spObj, clr1, clr2, delay, plysnd) {   var tmp0 = tmp1 = '', skip =100;     if (both && idx <= str.length) { if (str.charAt(idx) == '<') { while (str.charAt(idx) != '>') idx++; idx++; } if (str.charAt(idx) == '&' && str.charAt(idx+1) != ' ') { while (str.charAt(idx) != ';') idx++; idx++; } tmp0 = str.slice(0,idx); tmp1 = str.charAt(idx++); if (overMe==0 && plysnd==1) {   if (navigator.plugins[0]) {     if(navigator.plugins["LiveAudio"][0].type=="audio/basic" && navigator.javaEnabled()) {document.embeds[0].stop(); setTimeout("document.embeds[0].play(false)",100); }   } else if (document.all) { ding.Stop(); setTimeout("ding.Run()",100);   }   overMe=1; } else overMe=0; writeOnText(idObj, "<span class="+spObj+"><font color='"+clr1+"'>"+tmp0+"</font><font color='"+clr2+"'>"+tmp1+"</font></span>"); setTimeout("txtTyper('"+str+"', "+idx+", '"+idObj+"', '"+spObj+"', '"+clr1+"', '"+clr2+"', "+delay+" ,"+plysnd+")",delay);}} function init() {           txtTyper(dispStr[0], 0, 'ttl0', 'ttl1', '#FF0033', '#FFCCCC', 300, 0); } </SCRIPT> <body OnLoad="init()"> <DIV class=ttl1 id=ttl0></DIV> 你好!刚刚想跟你聊天,你不在.我想把问题告诉你,希望你帮帮我.谢谢! 这个是一段特效代码,我想在那个Array数组中输入一段文字,可是自己输入的太多就无法在网页上显示,请问该怎么解决. 谢谢!

jonebob发表于:2008-09-12

是这样子,原来我在VB6里有一组控件,16个cbopower1和一个16的数组工  以前是这样调用的,  dim i as integer  dim a(0 to 15) as integer      For i = 0 To 15          cbopower1(i).ListIndex = 0     Next i  或者是这样a(i)=cbopower1(i).ListIndex(通过click event)  因为在VB6是控件数组存在是这样子,cbopower1(index)  现在请问在VB2005中怎么实现.  谢谢

刘新学发表于:2008-09-11

我在页面上设置一个按钮(btnBrowse)、  一个FileUpload控件、  一个Image控件(imgShow)  和一个保存按钮(btnSave),  FileUpload放在一个div里,不显示,点击btnBrowse时通过JS执行FileUpload的click事件,在FileUpload的onpropertychange里设置imgShow显示,但是在再点保存时FileUpload的属性全部清空了,请问那位高手遇到过此问题?还请帮忙解决下 

SHIDE发表于:2008-09-10

好吗!

 1 2 3 4 5 6 7 8 9 >|