肖仁辉

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

摘要: 1.大多数的数据类型都是值类型,值类型是存放在堆栈上的,堆栈是基于先进后出,向下填充即从高内存地址向低内存地址填充,堆栈有非常高的性能,但对于有些类型来说,使用起来还不是很灵活,因为有些类型需要在内存中存放很长时间2.string属于引用类型(有待考证,说法不一),但是不可以被继承,因为他是抽象类,一般需要new的方法都是引用类型,引用类型需要使用托管堆,托管堆与C++使用的堆是不同的,它在垃圾收... 阅读全文
posted @ 2010-08-12 10:18 xrh 阅读(324) 评论(0) 推荐(0)

2013年3月25日

摘要: 1.在同一个网络内,连接电视的命令行:sustop adbdsetprop service.adb.tcp.port 5555start adbdadb connect 10.120.158.212.在一根网线时连接电视的命令行:1.首先设置pc的ip为192.168.1.12.在重启电视,在电视开启瞬间,连续两次按enter键,到hedison状态3.设置IP: set serverip 192.168.1.1 set ipaddr 192.168.1.2 然后save,然后reset(重启)4.连接电视命令sustop adbdsetprop service.adb.tcp.port 55 阅读全文
posted @ 2013-03-25 14:14 xrh 阅读(4598) 评论(0) 推荐(0)

2012年9月19日

摘要: 1.打开vs2010,打开 文件->新建项目,选中其他项目类型->安装和部署下面的安装项目,将名称改成FetalPackage,点击确定2.添加胎心驱动(HospitalOcx)项目到FetalPackage解决方案中,并将HospitalOcx项目编译成功3.右键点击FetalPackage解决方案下面FetalPackage子项目,选择项目输出,选择主输出为HospitalOcx,点击确定4.从微软官网上下载dotNetFx40_Full_x86_x64.exe以及WindowsInstaller- KB893803-v2- x8 6.exe两个安装文件,将其放入FetalPa 阅读全文
posted @ 2012-09-19 17:16 xrh 阅读(447) 评论(0) 推荐(0)

2011年5月27日

摘要: http://kb.cnblogs.com/page/91422/ 阅读全文
posted @ 2011-05-27 10:18 xrh 阅读(255) 评论(0) 推荐(0)

2010年12月14日

摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--setANSI_NULLSONsetQUOTED_IDENTIFIERONgo--=============================================--Author:×××--Createdate:2010-12-14--Description:根据条件,分页数,排序,页码获取数据列表--=========================================== 阅读全文
posted @ 2010-12-14 12:01 xrh 阅读(240) 评论(0) 推荐(0)

2010年8月25日

摘要: [代码]http://kb.cnblogs.com/page/49332/打造优雅linq 阅读全文
posted @ 2010-08-25 17:26 xrh 阅读(251) 评论(0) 推荐(0)

摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingSystem.Web;usingS... 阅读全文
posted @ 2010-08-25 17:25 xrh 阅读(211) 评论(0) 推荐(0)

2010年8月17日

摘要: 代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;namespaceConsoleAppli... 阅读全文
posted @ 2010-08-17 14:51 xrh 阅读(733) 评论(0) 推荐(0)

摘要: 1.首先必须在服务器端和客户端引入System.Runtime.Remoting2.然后编写调用类 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usingSystem;usingSystem.Collections.Generic;usingS... 阅读全文
posted @ 2010-08-17 10:56 xrh 阅读(205) 评论(0) 推荐(0)

2010年8月12日

摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;namespaceConsoleApplic... 阅读全文
posted @ 2010-08-12 09:52 xrh 阅读(335) 评论(0) 推荐(0)