This resource presents you with the skills you need to become the ultimate power user for ALL Linux distributions. The author provides detailed instructions for customization, optimization, troubleshooting, shortcuts, and using the best 3rd party tools.
上傳時間: 2014-01-15
上傳用戶:變形金剛
A very good resource on Visual C++ 6.0 environment. It teaches through step by step approach and finally delves into more deeper concepts.
標簽: step environment approach resource
上傳時間: 2014-01-13
上傳用戶:Andy123456
ENTERPRISE RESOURCE INFORMATION SYSTEM(ERIS) is a compurised solution for recruiting angencies and software consultants. This application maintains electronic database comprising of job applicants, clients and employers. User of this system can create and access details of all the information using advanced GUI screens. This is an application,which is used by a consultant to maintain his clients and employees status and shedule interviews for applicants.
標簽: INFORMATION ENTERPRISE compurised recruiting
上傳時間: 2017-04-02
上傳用戶:as275944189
Netcat for NT is the tcp/ip "Swiss Army knife" that never made it into any of the resource kits. It has proved to be an extremely versatile tool on the unix platform. So why should NT always be unix s poor cousin when it comes to tcp/ip testing and exploration? I bet many NT admins out there keep a unix box around to use tools such as Netcat or to test their systems with the unix version of an NT vulnerability exploit. With Netcat for NT part of that feeling disempowerment is over.
上傳時間: 2017-04-02
上傳用戶:onewq
java spring <?xml version="1.0" encoding="ISO-8859-1" ?> <!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN" "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd"> <taglib>
標簽: encoding DOCTYPE version PUBLIC
上傳時間: 2017-04-26
上傳用戶:3到15
java model the simple factory resource.
標簽: resource factory simple model
上傳時間: 2017-05-03
上傳用戶:s363994250
Implementation Of ELGAMAL Public key encryption in C . it can use very long key os size 2007 decimal digit.
標簽: Implementation encryption key ELGAMAL
上傳時間: 2013-12-14
上傳用戶:cylnpy
HashTable實例 public class HashTable_msg { public HashTable_msg() { String sum_sql="select mobilenum,count(*) from SJSJ_Msg where (left(in_date,6)=(select left(CONVERT(varchar(12) , getdate(), 112 ),6)))group by mobilenum" Hashtable<String,Integer> ht = new Hashtable<String,Integer>() try{ ResultSet rs= DBAccess.getInstance().select(sum_sql) while(rs!=null) { ht.put(rs.getString(1),rs.getInt(2)) rs.next() } } catch (Exception e) { Logs.printError(e) } } }
標簽: HashTable_msg public HashTable sum_sql
上傳時間: 2014-12-07
上傳用戶:a6697238
gupnp是個upnp規格的實現, 它包括了resource announcement and discovery, description, control, event notification 以及 presentation
標簽: announcement notification description discovery
上傳時間: 2014-01-25
上傳用戶:pompey
public class DBClass { private String driver private String url private String username private String password private Connection connection private Statement statement private String message="" }
標簽: private String DBClass public
上傳時間: 2017-05-23
上傳用戶:c12228