`
yaasshole
  • 浏览: 665713 次
文章分类
社区版块
存档分类
最新评论
文章列表
//The Server using System;using System.IO;using System.Net;using System.Net.Sockets;using System.Text; namespace SocketTest{public class Server3{public Server3(){}public void run() {string data;IPEndPoint ipep = new IPEndPoint(IPAddress.Any, 9050);Socket newsock = new Socket(AddressFamily.InterNetwor ...
//使用dbutils1.0版本 import java.util.*;import java.util.logging.*;import java.sql.*;import org.apache.commons.dbutils.*;import org.apache.commons.dbutils.handlers.*; public class TestDBUnits {public static void main(String[]args) throws Exception {TestDBUnits test = new TestDBUnits();for(int i = 0 ; i & ...
using System;using System.Text;using System.Runtime.InteropServices;namespace DevInfo{??? class DeviceInfo??? {??????? public const int DIGCF_PRESENT??? = (0x00000002);??????? public const int MAX_DEV_LEN = 1000;??????? public const int SPDRP_FRIENDLYNAME = (0x0000000C);? ????????? // FriendlyName ( ...
using System;using System.Runtime.InteropServices;using System.Text;namespace DevClasses{/// <summary></summary>/// Summary description for Class./// class DeviceClasses{? /// <summary></summary>? /// The main entry point for the application.? /// ? public const int MAX_NAME_P ...
原文: http://www.theserverside.com/articles/article.tss?l=JDBCPerformancehttp://www.theserverside.com/articles/article.tss?l=JDBCPerformance_PartIIhttp://www.theserverside.com/articles/article.tss?l=JDBCPerformance_PartIII译文:http://dev.csdn.net/article/29067.shtmhttp://dev.csdn.net/article/29068.shtmht ...
//取CPU编号 private String GetCpuID() {ManagementClass mc = new ManagementClass("Win32_Processor");ManagementObjectCollection moc = mc.GetInstances();String strCpuID = null ;foreach( ManagementObject mo in moc ) {strCpuID = mo.Properties["ProcessorId"].Value.ToString();break; }retu ...
using System;using System.IO;using System.Xml; public class Sample { public static void Main() { XmlTextReader reader = null; try { //Load the reader with the XML file. reader = new XmlTextReader("elems.xml"); //Parse the XML and display the text content of each of the elements. while (r ...
作一个好经理的几点建议:<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /> 优先考虑客户的满意程度; 优先考虑团队中每个人员的成长和发展; 优先考虑你的产品质量; 优先考虑保持你的工作进度; 你能一直坚持以上这些做法。 作一个好的分析员的几点建议: 把更多的时间花在客户身上;
Global site tag (gtag.js) - Google Analytics