CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - lock
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - lock - List
[
JSP/Java
]
xuexissh
DL : 0
使用struts+spring+hibernate的一个教学用的示例源代码,采用eclipse+myeclipse开发;struts1.1,spring1.1,hibernate3.0-use spring struts + + exploit the use of teaching a source of examples of substituting Codes used eclipse + lock development; struts1.1. spring1.1, hibernate3.0
Date
: 2008-10-13
Size
: 19.13mb
User
:
shuzhixin
[
JSP/Java
]
SubjectSpider_ByKelvenJU
DL : 0
1、锁定某个主题抓取; 2、能够产生日志文本文件,格式为:时间戳(timestamp)、URL; 3、抓取某一URL时最多允许建立2个连接(注意:本地作网页解析的线程数则不限) 4、遵守文明蜘蛛规则:必须分析robots.txt文件和meta tag有无限制;一个线程抓完一个网页后要sleep 2秒钟; 5、能对HTML网页进行解析,提取出链接URL,能判别提取的URL是否已处理过,不重复解析已crawl过的网页; 6、能够对spider/crawler程序的一些基本参数进行设置,包括:抓取深度(depth)、种子URL等; 7、使用User-agent向服务器表明自己的身份; 8、产生抓取统计信息:包括抓取速度、抓取完成所需时间、抓取网页总数;重要变量和所有类、方法加注释; 9、请遵守编程规范,如类、方法、文件等的命名规范, 10、可选:GUI图形用户界面、web界面,通过界面管理spider/crawler,包括启停、URL增删等 -1, the ability to lock a particular theme crawls; 2, can produce log text file format : timestamp (timestamp), the URL; 3. crawls up a URL to allow for the establishment of two connecting (Note : local website for a few analytical thread is not limited) 4, abide by the rules of civilized spiders : to be analyzed robots.txt file and meta tag unrestricted; End grasp a thread after a website to sleep two seconds; 5, capable of HTML pages for analysis, Links to extract URL, the extract can judge whether the URL have been processed. Analysis has not repeat crawl over the web; 6. to the spider / crawler some of the basic procedures for setting up parameters, including : Grasp depth (depth), seeds URL; 7. use User-agent to the server to identify themselves; 8, crawls produce statistical informati
Date
: 2008-10-13
Size
: 1.82mb
User
:
祝庆荣
[
JSP/Java
]
xuexissh
DL : 0
使用struts+spring+hibernate的一个教学用的示例源代码,采用eclipse+myeclipse开发;struts1.1,spring1.1,hibernate3.0-use spring struts++ exploit the use of teaching a source of examples of substituting Codes used eclipse+ lock development; struts1.1. spring1.1, hibernate3.0
Date
: 2026-01-09
Size
: 19.13mb
User
:
shuzhixin
[
JSP/Java
]
SubjectSpider_ByKelvenJU
DL : 0
1、锁定某个主题抓取; 2、能够产生日志文本文件,格式为:时间戳(timestamp)、URL; 3、抓取某一URL时最多允许建立2个连接(注意:本地作网页解析的线程数则不限) 4、遵守文明蜘蛛规则:必须分析robots.txt文件和meta tag有无限制;一个线程抓完一个网页后要sleep 2秒钟; 5、能对HTML网页进行解析,提取出链接URL,能判别提取的URL是否已处理过,不重复解析已crawl过的网页; 6、能够对spider/crawler程序的一些基本参数进行设置,包括:抓取深度(depth)、种子URL等; 7、使用User-agent向服务器表明自己的身份; 8、产生抓取统计信息:包括抓取速度、抓取完成所需时间、抓取网页总数;重要变量和所有类、方法加注释; 9、请遵守编程规范,如类、方法、文件等的命名规范, 10、可选:GUI图形用户界面、web界面,通过界面管理spider/crawler,包括启停、URL增删等 -1, the ability to lock a particular theme crawls; 2, can produce log text file format : timestamp (timestamp), the URL; 3. crawls up a URL to allow for the establishment of two connecting (Note : local website for a few analytical thread is not limited) 4, abide by the rules of civilized spiders : to be analyzed robots.txt file and meta tag unrestricted; End grasp a thread after a website to sleep two seconds; 5, capable of HTML pages for analysis, Links to extract URL, the extract can judge whether the URL have been processed. Analysis has not repeat crawl over the web; 6. to the spider/crawler some of the basic procedures for setting up parameters, including : Grasp depth (depth), seeds URL; 7. use User-agent to the server to identify themselves; 8, crawls produce statistical informati
Date
: 2026-01-09
Size
: 1.82mb
User
:
[
JSP/Java
]
cz
DL : 0
移动营业厅 礼品派送 短信 倒计时控制 锁定gwt 开发 图片上传等-Gift message delivery移动营业厅countdown development control lock gwt upload pictures, etc.
Date
: 2026-01-09
Size
: 15.73mb
User
:
syxiong
[
JSP/Java
]
ReadWriteFair
DL : 0
英国帝国理工学院电脑系多线程课程教学材料之十三 ---- 读取者与写入者范例(读取和写入公平版本)-This version implements a strategy in which a Writer make waiting Readers runnable after it releases the write lock.
Date
: 2026-01-09
Size
: 5kb
User
:
Key
[
JSP/Java
]
JavaWindowsAPI
DL : 0
java windows api 可以方便的调用windows api函数-This project is a Java API to make possible Java Programs Lock, power off, restart, unlock and to access others features on Windows OS.
Date
: 2026-01-09
Size
: 93kb
User
:
逍遥书生
[
JSP/Java
]
thread
DL : 0
java 线程 静态锁,对象锁, synchronized 是锁方法还是锁对象?还是锁类?如何实现?? 部分代码如下, public static Object lock=new Object() //静态锁,锁类,不是锁对象了!!所以两个线程同时 运行两个 TestThread 的execute( ),也可以同步!!! public void execute(){ // synchronized(lock){ for(int i=0 i<20 i++){ try { Thread.sleep(30) } catch (InterruptedException e) { // TODO Auto-generated catch block e.printStackTrace() } System.out.println(Thread.currentThread().getName()+Thread.currentThread ().getName()+" "+i) } } } - java 线程 静态锁,对象锁, synchronized 是锁方法还是锁对象?还是锁类?如何实现?? 部分代码如下, public static Object lock=new Object() //静态锁,锁类,不是锁对象了!!所以两个线程同时 运行两个 TestThread 的execute( ),也可以同步!!! public void execute(){ // synchronized(lock){ for(int i=0 i<20 i++){ try { Thread.sleep(30) } catch (InterruptedException e) { // TODO Auto-generated catch block e.printStackTrace() } System.out.println(Thread.currentThread().getName()+Thread.currentThread ().getName()+" "+i) } } }
Date
: 2026-01-09
Size
: 24kb
User
:
firezxm
[
JSP/Java
]
TestSyn1
DL : 0
//TestSyn的解决方法即将线程执行时锁住,不允许其他的线程操作 //锁定的意义在于在使用线程的过程中不会让其它线程使用,互斥锁-//TestSyn solutions implementation is about to lock the thread, the thread does not allow other operations// lock the significance of the use of threads in the process will not let other threads use Mutex
Date
: 2026-01-09
Size
: 1kb
User
:
柳婷婷
[
JSP/Java
]
lockscreen
DL : 0
用纯java写的锁屏程序 -Written in pure java screen lock program written in pure java screen lock program
Date
: 2026-01-09
Size
: 6.21mb
User
:
王磊
[
JSP/Java
]
keyboardand8-bidigitaltubedisplay
DL : 0
4×4键盘及8位数码管显示构成的电子密码锁是通过键盘输入密码,然后通过数码管显示!-4 × 4 keyboard and 8-bit digital tube display constituted by an electronic lock keypad to enter a password, and then LED display!
Date
: 2026-01-09
Size
: 85kb
User
:
wenda
[
JSP/Java
]
FolderLock
DL : 0
To lock Folders using java
Date
: 2026-01-09
Size
: 3kb
User
:
Issac
[
JSP/Java
]
lockLine
DL : 0
可以锁定列的位置,适合内容太长屏幕无法完全显示的情况-You can lock out the location of the screen for too long not fully display the contents of the case
Date
: 2026-01-09
Size
: 18kb
User
:
wup
[
JSP/Java
]
SyncDemo
DL : 0
操作系统隐式锁和隐式条件对象 java写的-Implicit lock and implicit conditions of the object
Date
: 2026-01-09
Size
: 1kb
User
:
tang
[
JSP/Java
]
lock-screen
DL : 0
javascript实现锁屏效果 javascript实现锁屏效果-javascript javascript effects to achieve lock screen lock screen effects to achieve
Date
: 2026-01-09
Size
: 1kb
User
:
jack
[
JSP/Java
]
lock
DL : 0
修改后的锁屏程序,间接阻止win+d、alt+f4,限于java的非底层性,alt+ctrl+del还无法屏蔽-The modified lock-screen process, indirectly prevent win+ d, alt+ f4, limited to java, alt+ ctrl+ del can not shield
Date
: 2026-01-09
Size
: 297kb
User
:
终曲
[
JSP/Java
]
Lock
DL : 0
TTASLock, CLHLock和MSCLock的实现。Lock implementation是java多线程中保证原子性的重要方法之一。本程序实现了3种常用lock,每个文件中都包含了lock, unlock, islock方法。-TTASLock, CLHLock and MSCLock implementation. Lock implementation is multi-threaded java guarantee atomicity in one important way. This program implements three common lock, each file contains a lock, unlock, islock method.
Date
: 2026-01-09
Size
: 3kb
User
:
Pengcheng Li
[
JSP/Java
]
lOCK.RAR
DL : 0
interface Lock Source Code for Andriod.
Date
: 2026-01-09
Size
: 4kb
User
:
gexansai
[
JSP/Java
]
Lock
DL : 0
U盘锁电脑,从电脑拔出,就会锁住电脑的屏幕。-From a computer usb lock computer to pull out, will lock the computer screen
Date
: 2026-01-09
Size
: 30kb
User
:
lipan
[
JSP/Java
]
lock
DL : 0
基于redis的分布式锁,添加了spring的AOP,可以对spring管理的类使用分布式锁-Redis-based distributed lock, add the spring of AOP, you can use the distributed lock management class for spring
Date
: 2026-01-09
Size
: 27kb
User
:
安洁
«
1
2
3
4
5
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.