上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 53 下一页
方法一:进入控制面板→程序和功能→左边框有个“打开和关闭windows功能” 点击后,先把IE8的勾去掉,之后系统就执行的是IE8的卸载,然后重启电脑。重启电脑之后,再次重新进入该选项,选择勾选IE8.0,这样就可以修复并安装IE8了,重启电脑,IE也许就可以上网了。方法二:如果你装了360安全卫士,有可能是360的问题了,最近360紧急发布了一个公告,就是Vista和Win7用户不能正常上网,解决方案:打开360安全卫士的安装目录,如默认路径为"C:\ProgramFiles\360\360safe\",找到该路径下的WinSockLSP.reg,双击此文件,出现弹窗,选 Read More
posted @ 2012-02-19 12:22 Fandy Xie Views(390) Comments(0) Diggs(0) Edit
To set the focus on specific control when form is open, you need to override the firstField() method of the form and set your desired control after super() call.publicvoidfirstField(int_flags=1){;super(_flags);desiredControlName.setFocus();} Read More
posted @ 2012-02-16 15:55 Fandy Xie Views(228) Comments(0) Diggs(0) Edit
using System;using System.Collections.Generic;using System.Text;using System.Text.RegularExpressions;namespace test{ /// 用C#实现汉字转化为拼音 /// 实现的原理就是先将汉字转化成为内码,然后通过内码和拼音的对照来查找。 public class SplitWord { /// <summary> ///将所有的汉字转换成为拼音(小写) ///作者: ///完成于: /// </summary> static Regex MyRegex = new Read More
posted @ 2012-02-08 16:52 Fandy Xie Views(642) Comments(0) Diggs(0) Edit
http://blog.sina.com.cn/s/blog_49b58867010008g7.html(一)打招呼,问好。1. Good morning? Good morning! 早上好?早上好!2. Good afternoon? Good afternoon! 下午好?下午好!3. How old are you? I am (four). 你几岁了?我(四)岁。4. What is your name? My name is (lanlan) 你叫什麽名字?我叫(兰兰)。5. See you tomorrow? See you tomorrow. 明天见?明天见。6. Are yo Read More
posted @ 2012-01-06 17:10 Fandy Xie Views(330) Comments(0) Diggs(0) Edit
1) cmdrunas /user:domain\userName "d:\Program Files (x86)\Microsoft Dynamics AX\50\Client\Bin\AX32.exe"2)start service启动服务:runas, 或secondary login 当按住shift键,同时右键鼠标打开快捷程序图标时,会有“以其他用户身份运行”的菜单选项。 Read More
posted @ 2012-01-06 10:04 Fandy Xie Views(347) Comments(0) Diggs(0) Edit
The operation progress formThe form showing the progress has five important parts:1. Caption2. Animation3. Operation description4. Progress indicator5. Time remaining calculation Initialization Before you can begin, you must initialize the class SysOperationProgress: SysOperationProgress progess = n Read More
posted @ 2011-12-21 10:23 Fandy Xie Views(811) Comments(0) Diggs(0) Edit
THK_blockSalesLines method from salesTable table//VARChangedon11Oct2011at11:02:29byTHK7519staticvoidTHK_blockSalesLines(SalesId_salesId,boolean_block=true){#avifilesSalesLinesalesLine;SysOperationProgressprogress;inti;booleanupdated;;ttsbegin;selectcount(recId)fromsalesLinewheresalesLine.SalesId==_s Read More
posted @ 2011-12-06 11:26 Fandy Xie Views(1656) Comments(0) Diggs(0) Edit
posted @ 2011-12-05 11:17 Fandy Xie Views(163) Comments(0) Diggs(0) Edit
今天看到一篇很有道理的一篇文章,分享给大家。不论在什么行业,尤其是在我们这个吃年轻饭的的IT行业,尤其是敲代码的程序员。我们就应该要记住下面的这个道理。转自: http://blog.csdn.net/wallwind/article/details/6992044两个和尚住在隔壁,所谓隔壁就是隔壁那座山,他们分别住在相邻的两座山上的庙里。两座山之间有一条溪,这两个和尚每天都会在同一时间下山去溪边挑水,久而久之,他们便成为了好朋友。 就这样,时间在每天挑水中不知不觉已经过了5年。突然有一天,左边这座山的和尚没有下山挑水,右边那座山的和尚心想:“他大概睡过头了。”便不以为意。 哪知道第二天... Read More
posted @ 2011-11-28 10:48 Fandy Xie Views(151) Comments(0) Diggs(0) Edit
http://blog.tiantiansoft.com/user1/9/archives/2005/1284.htmlMicrosoft Excel Constants [Excel 2003 VBA Language Reference This topic lists all constants in the Microsoft Excel object model.XlApplicationInternationalConstantValuexl24HourClock 33xl4DigitYears 43xlAlternateArraySeparator 16xlColumnSepar Read More
posted @ 2011-11-24 12:34 Fandy Xie Views(1278) Comments(0) Diggs(0) Edit
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 53 下一页