逸逸记事
逸逸记事

我的分类(专题)

首页(175)
儿子(9)
SIP技术(9)
Web2.0(12)
摄影和DVD(8)
软件开发随笔(18)
名古屋打工生活(11)
微软技术开发(47)
Java技术(12)
加拿大移民生活(20)
生活点滴(6)
第一份工作--上海贝尔(18)
完成项目(13)
回国后的生活(0)


最新日志
独行者
终于知道什么叫外包了
人生悲哀之事
水晶报表中显示动态图片
水晶报表中的简单参数设置
怀念下小黑
dotnet中的数据连接Timeout
老板的思路
又买房了
交通事故

最新回复
回复:独行者
回复:怀念下小黑
回复:老板的思路
回复:mjSip学习笔记
回复:老板的思路
回复:dotnet中的数据连接Timeo
回复:mjSip学习笔记
回复:交通事故
回复:交通事故
回复:又买房了

留言板

签写新留言

您好,很希望问您一个关于jain-sip
生活经历就是最大的财富,羡哦~
java的Web开发问题
回复:疑问
IT还不如妓女呢,呵呵
myjavaserver的空间
求助
您的子域名已开通

统计
blog名称:人在旅途
日志总数:175
评论数量:505
留言数量:13
访问次数:1666791
建立时间:2005年12月7日

链接

 

生命是过客,人在旅途。奶奶是信基督教的,没啥文化,却养育了四子二女,还带过九个孙辈。老人家对生命的看法就是“人都是客人,迟早要回去的。”就以《人在旅途》来纪念她。

 

«August 2025»
12
3456789
10111213141516
17181920212223
24252627282930
31

公告
  本人上传的源程序中可能引用或使用了第三方的库或程序,也可能是修改了第三方的例程甚至是源程序.所以本人上传的源程序禁止在以单纯学习为目的的任何以外场合使用,不然如果引起任何版权问题,本人不负任何责任.




     本站首页    管理页面    写新日志    退出
调整中...
[软件开发随笔]Edit in HTML
人在旅途 发表于 2006/1/23 8:56:51

http://msdn.microsoft.com/library/default.asp?url=/workshop/author/editing/tutorials/html_editor.asp


阅读全文(2180) | 回复(0) | 编辑 | 精华 | 删除

[软件开发随笔]Session in Web server
人在旅途 发表于 2006/1/23 8:49:35

1.When you close the IE and reopen it, this will be a new session in the server.
2.The session in the server will not be close immediately after you close the IE.It will last untill the timeout of the session.
3.If you use the frame set, you will find each frame set owns a differenet session id.

阅读全文(2898) | 回复(0) | 编辑 | 精华 | 删除

[软件开发随笔]PopupMenu in HTML
人在旅途 发表于 2006/1/23 8:46:45

The result: Use the <Div> Tag and it's style.display to show and hide it. So we can make menu.
Sample: /***************************************************/ <HTML>
<HEAD>
<TITLE>
AN ALERT EXAMPLE
</TITLE> </HEAD>
<BODY>
<FORM>
<CENTER>
<H1>CLICK THE BUTTON...</H1>
<BR>
<INPUT  TYPE=BUTTON VALUE="ALERT!" onClick="Alterter()">
<DIV ID="idMenu2"><
阅读全文(4231) | 回复(0) | 编辑 | 精华 | 删除

[软件开发随笔]Java script in NetScape(Array)
人在旅途 发表于 2006/1/23 8:45:40

In Netscape the client jave script use the "[]" to access a member in an array.
In IE the client jave script use boutn the "[]" and "()" to access a member in an array.
阅读全文(4451) | 回复(0) | 编辑 | 精华 | 删除

[软件开发随笔]About String in Dot Net VB
人在旅途 发表于 2006/1/23 8:45:02

if you define as string var like VB6.0 as this:
dim x as string
The x will be null at first, so you'd better do by this way:
dim x as string= ""
阅读全文(1869) | 回复(0) | 编辑 | 精华 | 删除

[软件开发随笔]IE操作
人在旅途 发表于 2006/1/17 8:46:43

IEのグラフ操作 bird1.JPG ClientにJavaScriptで、グラフを画きます。美しくないか?IEの移動時に再画くことが必要ですか?(要確認)
色選択が出来ますか?(要確認) A.Java Advanced Image:
http://java.sun.com/products/java-media/jai/forDevelopers/jai1_0_1guide-unc/index.html <
阅读全文(2020) | 回复(0) | 编辑 | 精华 | 删除

[软件开发随笔]How to reload the Tomcat web server
人在旅途 发表于 2006/1/17 8:41:36

There is a manager dir under tomcat web server.You can access it by this url "http://localhost:8080/manager/reload?path=/Test" to reload the web application you are developping, so you need not to restart the whole server after you modified some classes that web application will use.
阅读全文(2209) | 回复(0) | 编辑 | 精华 | 删除

[软件开发随笔]How to use the out link in Oracle
人在旅途 发表于 2006/1/17 8:38:41

 when we use select to get information from more than one table,we use the foreign key to link the two table. But some times the foreign key value from A table have to corresponding item in the B table(or the foreign key value in A table is null). At that time, the whole link item will not be returned. So we need to use the out link function like following:
Select A.f1,B.f2 from A,B where A.f3 = B.f3(+);
阅读全文(1772) | 回复(0) | 编辑 | 精华 | 删除

« 1 2

站点首页 | 联系我们 | 博客注册 | 博客登陆

Sponsored By W3CHINA
W3CHINA Blog 0.8 Processed in 0.451 second(s), page refreshed 144771838 times.
《全国人大常委会关于维护互联网安全的决定》  《计算机信息网络国际联网安全保护管理办法》
苏ICP备05006046号