码迷,mamicode.com
首页 > 其他好文
Longest Substring Without Repeating Characters
Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letters fo...
分类:其他好文   时间:2014-05-15 17:50:38    阅读次数:298
ftrace 使用方法
1. 追蹤Kernel function (以schedule()示範)先至/sys/kernel/debug/tracing# cat available_tracers確定有無 函式追蹤器(function)blk mmiotrace function_graph wakeup_rt wakeu...
分类:其他好文   时间:2014-05-15 17:50:00    阅读次数:339
信息写入记事本方法
/// /// 信息写入记事本 /// /// /// public static void Write(string text, string path) { try { DateTime newDat...
分类:其他好文   时间:2014-05-15 17:51:53    阅读次数:262
Linq:First FirstOrDefault
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data;using System.Reflection;namespace TestConsole{ ...
分类:其他好文   时间:2014-05-15 17:07:04    阅读次数:187
mining crushing equipment
we has introduced advanced technology from home and abroad, and combined specific industrial and mining conditions of related industries in China. Wit...
分类:其他好文   时间:2014-05-15 17:53:13    阅读次数:353
C#运用反射调用其他程序集中的代码
加载程序集 AssMedicalAdvice = Assembly.LoadFrom(Path.Combine(Environment.CurrentDirectory, "Inscription.MedicalAdvice.Client.dll"));1.调用静态函数...
分类:其他好文   时间:2014-05-15 17:54:29    阅读次数:248
2014 Jordans will release the Carmine 6s on May 24
Because the 2014 may be the 23rd Anniversary from theAir Jordan 6, In my opinion so many people are watching the following New Jordan 6s Releases - Ca...
分类:其他好文   时间:2014-05-15 17:55:41    阅读次数:366
WCF入门教程(四)通过Host代码方式来承载服务
WCF承载的具体框图WCF承载的具体原理WCFHost承载的相关类型介绍,主要包括ServiceHost,ServiceEndpoint,Binding,ServiceDescription,以及ServiceMetadataBehavior
分类:其他好文   时间:2014-05-15 17:57:42    阅读次数:357
织梦v5.7后台添加文章提交出现空白页面
织梦v5.7后台添加文章提交出现空白页面 本地搭建的服务器,然后下载源代码的模板文件,但是,在本地安装后,却不能够在织梦后台栏目添加文章,添加后提交页面显示空白,查看文章状态显示为“未生成”。 查看了很多网上的帖子,没有发现能解决此问题的;后台经过逆向反复查找,最终锁定问题出在了网站的art...
分类:其他好文   时间:2014-05-15 17:58:22    阅读次数:252
关于Assembly.LoadFrom和Assembly.LoadFile的区别
区别:1、Assembly.LoadFile只载入相应的dll文件,比如Assembly.LoadFile("a.dll"),则载入a.dll,假如a.dll中引用了b.dll的话,b.dll并不会被载入。Assembly.LoadFrom则不一样,它会载入dll文件及其引用的其他dll,比如上面的...
分类:其他好文   时间:2014-05-15 18:02:16    阅读次数:176
hust 1039 Telephone Lines
题目描述Farmer John wants to set up a telephone line at his farm. Unfortunately, the phone company is uncooperative, so he needs to pay for some of the ca...
分类:其他好文   时间:2014-05-15 18:03:37    阅读次数:292
链表程序实现
在这里实现了带头结点的链表,包含插入,删除,查询,清空链表一系列功能#includeusing namespace std;class LinkList{ char *elem; LinkList *next; static int length;public: LinkList(char *e) ...
分类:其他好文   时间:2014-05-15 18:05:31    阅读次数:271
log4j
Log4J的配置文件(Configuration File)就是用来设置记录器的级别、存放器和布局的,它可接key=value格式的设置或xml格式的设置信息。通过配置,可以创建出Log4J的运行环境。1. 配置文件Log4J配置文件的基本格式如下:#配置根Loggerlog4j.rootLogge...
分类:其他好文   时间:2014-05-15 18:06:51    阅读次数:233
白屏查到原因了
白屏查到原因了html的问题。body之前文件过大把body前的代码移到body里。也可以加快网页加载速度。
分类:其他好文   时间:2014-05-15 18:08:46    阅读次数:177
VMware共享文件夹遇到的问题
我现在Linux下程序的开发模式是:用VS2010编写代码(IDE太好用了),然后切换到VMware虚拟机下执行make命令编译因为使用了VMware的文件夹共享功能,所以源文件只需要一份拷贝现在有个问题,Linux下访问过某目录后,如果Windows在该目录下创建了新文件,那这个新文件在Linux...
分类:其他好文   时间:2014-05-15 20:38:34    阅读次数:367
待整理细化的点
Row_number配合over(partition by xx order by xx) 与 Group by 的区别, = order + group?SqlBulkCopyGuidance Automation Toolkit 2010 Reference
分类:其他好文   时间:2014-05-15 20:39:55    阅读次数:249
设计与开发规范
设计与开发规范l设计规范一、图层分类和命名规范设计在制作PSD 图层时一定要层次分离,结构清楚(如图(1),(2)),看到下图就可以感觉到图(2)更能清晰的看到PSD里面的内容,以相应的页面结构内容名称来命名对应的图层,这样可以一目了然,知道PSD里面的各个层内容属于页面的哪一块。 ...
分类:其他好文   时间:2014-05-15 20:39:21    阅读次数:249
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!