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