`
文章列表

C#的委托类基本实现

    博客分类:
  • C#
  因为项目需要,对C#进行了一些了解应用,现将收集资料存档,以备查。   C#的委托类基本实现   using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Security.Permissions; namespace ConsoleApplication1 { class Program { //1.定义一个Delegate函数数据结构 ...
因为项目需要,对C#进行了一些了解应用,现将收集资料存档,以备查。   C#用Socket读取网页,可实现加载头信息的用户认证   public class GetPageWithSocket { /// <summary> /// 使用socket得到网页html /// </summary> /// <param name="strUrl">网页url</param> /// <returns>网页 ...
Linux远程管理工具有   SSH Secure Shell Client   基于SSH的WinSCP     附件为程序 另串口调试软件(串口调试软件sscom32_e666.cn.exe)一并附上。

常用LINUX命令

cd 进目录 ls 查看列表 cat 查看文件 ps chmod +x *.ini 把ini的权限打开 chmod 777 全部权限打开 (待续)
新产品开发流程分成七个阶段,构想阶段(proposal phase),规划阶段(planning phase),设计阶段(R&D design phase),样品试做阶段(R&D lab pilot run phase),工程试样阶段(engineering pilot run phase),试产阶段(production pilot run),量产阶段(mass production plan).     IE在各阶段的工作内容总结如下: 1)新产品构想,实验设计阶段:提供过去和相类似产品制造相关资讯,如制造成本,产能状况。 2)LPR:协助LPR进行,参与 ...
 DIV+CSS自适应换行显示   <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content=&quo ...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <meta charset="UTF-8" /> <ti ...
JQuery Layout Demo   下载jquery 、jquery-ui 、jquery.layout     以下Demo可以展示上中下、左中右格局的样式   demo.html <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <meta http- ...
SVNKit (JavaSVN) 是一个纯 Java 的 SVN 客户端库,使用 SVNKit 无需安装任何 SVN 的客户端,支持各种操作系统。 这是一款商业软件,非商业可免费使用。 下载svnkit.   重要步骤: 1、连接指定的svn库 String url = "http://svn.svnkit.com/repos/svnkit/trunk/doc"; String name = "anonymous"; String password = "anonymou ...
导入IMP Oracle的导入实用程序(Import utility)允许从数据库提取数据,并且将数据写入操作系统文件。imp使用的基本格式:imp[username[/password[@service]]],以下例举imp常用用法。 1. 获取帮助 imp help=y 2. 导入一个完整数据库 imp system/manager file=bible_db log=dible_db full=y ignore=y 3. 导入一个或一组指定用户所属的全部表、索引和其他对象 imp system/manager file=seapark log=seapark fromuse ...
用Database   Administration\database   configuration   assistant工具 根据向导提示创建
Global site tag (gtag.js) - Google Analytics