码迷,mamicode.com
首页 >  
搜索关键字:simple    ( 6450个结果
ServiceStack.OrmLite
A Fast, Simple, Typed ORM for .NET OrmLite‘s goal is to provide a convenient, DRY, config-free, RDBMS-agnostic typed wrapper that retains a high affinity with SQL, exposing intuitive APIs that gene...
分类:其他好文   时间:2014-10-13 14:08:50    阅读次数:1704
[MSSQL2005]再看CTE
温帮知新呢,原文在这里:https://www.simple-talk.com/sql/t-sql-programming/sql-server-cte-basics/http://www.codeproject.com/Articles/265371/Common-Table-Expression...
分类:数据库   时间:2014-10-13 12:20:49    阅读次数:201
关于25端口
利用25端口,黑客可以找SMTP服务器,用来转发垃圾邮件。1.端口说明25端口为SMTP(Simple Mail Transfer Protocol,简单邮件传输协议)服务器所开放,主要用于发送邮件。2.端口漏洞25端口被很多木马程序所开放,比如Ajan、Antigen、Email Password...
分类:其他好文   时间:2014-10-12 12:15:37    阅读次数:162
gdb学习[第二版]
概述 gdb是GNU debugger的缩写,是编程调试工具。 功能 1、启动程序,可以按照用户自定义的要求随心所欲的运行程序。 2、可让被调试的程序在用户所指定的断点处停住 (断点可以是条件表达式)。 3、当程序停住时,可以检查此时程序中所发生的事。 4、动态改变程序的执行环境。  示例:gcc -Wall -g simple.c -o simple #一定要记得加上-g选项,以便生成调试信息 ...
分类:数据库   时间:2014-10-11 23:58:56    阅读次数:307
uva 10014 Simple calculations
http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=955根据递推公式推倒出a1的公式。a1=(n*a0+an+1-2*(n*c1+(n-1)*c2+...+cn...
分类:其他好文   时间:2014-10-11 23:19:26    阅读次数:266
A Simple MVC Framework With Node and Express
I love frameworks. As soon as I dropped my programmer’s ego and learned to embrace well conceived conventions over configuration my development and deployment times felt the benefit. On the other...
分类:Web程序   时间:2014-10-11 23:13:17    阅读次数:422
转载 基于NicheStack协议栈的TCP/IP实现
一、摘要 Altera软件NIOS II高版本(7.2版本以上,本例程中使用的是9.0版本)中实现TCP/IP所用的协议栈为NicheStack,常用的例程有2个,web_server和simple_socket_server,这篇文章只叙述simple_socket_server例程实现的过程。....
分类:其他好文   时间:2014-10-11 20:56:16    阅读次数:384
Failed to load class "org.slf4j.impl.StaticLoggerBinder"
在Eclipse 用Maven 创建了一个新项目(Quartz), 运行发现出错了New Maven Project--> maven-archetype-quickstartandNew Maven Project--> Simple project without archetype selec...
分类:其他好文   时间:2014-10-11 15:52:25    阅读次数:138
MIUI3在fedora上传输文件
今天要将手机上的录音文件传到电脑上,小米使用MTP设备,在fedora中使用MTP设备,要先安装如下软件:sudo yum install -y gvfs-mtp libmtp simple-mtpfs建立挂载点:sudo mkdir /media/mtp修改权限:sudo chmod 777 /....
分类:Web程序   时间:2014-10-10 19:28:04    阅读次数:287
Object
An object is an unordered collection of properties, each of witch has a name and value.An object is more than a simple string-to-value map, in additio...
分类:其他好文   时间:2014-10-10 16:34:34    阅读次数:145
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!