码迷,mamicode.com
首页 >  
搜索关键字:more less cat tac tail head    ( 74720个结果
《WF in 24 Hours》读书笔记 - Hour 1 - Understanding Windows Workflow Foundation
1.1 Hour 1 - Understanding Windows Workflow Foundation1.1.1 What workflow is in generalA workflow is logic-consisting of one or more steps that are pr...
分类:Windows程序   时间:2014-05-04 19:48:41    阅读次数:596
Eclipse错误导致无法启动The workspace exited with unsaved changes in the previous session
MyOpenSUSE:/home/jin/workspace # tail -f .metadata/.log !SESSION 2014-05-04 11:35:58.869 -----------------------------------------------eclipse.buildI...
分类:系统相关   时间:2014-05-04 19:34:07    阅读次数:984
Windows命令
1、基础的命令ver或cmd:查看当前系统版本md/rd hack:创建/删除目录dir:列文件more 文件:使用管道查看文件net start/stop 服务名:启动/关闭服务net stop sharedaccess:关闭防火墙netstat -an:查看开发端口netstat -anb:查看...
分类:Windows程序   时间:2014-05-04 12:24:12    阅读次数:465
Insertion Sort List
Sort a linked list using insertion sort.思路:使用插入排序来对链表进行排序。只要注意链表的边界问题,其实关键就是交换链表的值,对链表指针是没有什么影响的。接下来说下具体步骤:1.判断head或者head->next是否为空;2.循环遍历,初始条件pCur=he...
分类:其他好文   时间:2014-05-04 10:01:57    阅读次数:242
LA 4513 Stammering Aliens 字符串hash
字符串hash模板, 本题是求,给定字符串s中至少出现m次的最长字符串长度,及此时起始位置的最大值 LA 4513 Stammering Aliens //#pragma warning (disable: 4786) //#pragma comment (linker, "/STACK:16777216") //HEAD #include #include #include #inc...
分类:其他好文   时间:2014-05-04 09:52:37    阅读次数:304
如何通过Html网页调用本地安卓app
如何使用html网页和本地app进行传递数据呢?经过研究,发现还是有方法的,总结了一下,大致有一下几种方式   一、通过html页面打开Android本地的app 1、首先在编写一个简单的html页面 html> head> meta http-equiv="Content-Type" content="text/html; ch...
分类:移动开发   时间:2014-05-04 00:31:46    阅读次数:376
codeforces A. Array题解
Vitaly has an array of n distinct integers. Vitaly wants to divide this array into three non-empty sets so as the following conditions hold: The product of all numbers in the first set is less ...
分类:其他好文   时间:2014-05-03 23:51:19    阅读次数:621
Cocos2d-x3.0 Json解析
2dx3.0下JSON解析库官方已经集成好了,我们引用就OK。 JSON文件hello.json内容 {"pets":["dog","cat"],"stuInfo":{"stuAge":"23","stuName":"zhangsan","birthday":"1990-01-12"},"username":"tomsfff","other":[true,30]} .h头文件...
分类:Web程序   时间:2014-05-03 21:34:48    阅读次数:319
Web基本服务搭建和访问控制
Web服务的基本搭建和访问控制环境:web:[root@Web~]#ifconfig|head-2 eth0Linkencap:EthernetHWaddr52:54:01:AC:DE:C4 inetaddr:192.168.122.10Bcast:192.168.122.255Mask:255.255.255.0 [root@rh_1~]#yum-yinstallhttpdNDS:Linkencap:EthernetHWaddr52:54:02:AC:DE:C4 ineta..
分类:Web程序   时间:2014-05-03 15:17:05    阅读次数:389
linux源码升级内核
linux源码升级内核当前环境:[root@localhost~]#uname-r 2.6.18-348.el5配置流程:1、准备yum库安装g++gcc[root@localhost~]#cat/etc/yum.repos.d/rh_5.9.repo [rhel-server] name=Redserver baseurl=file:///misc/cd/Server enabled=1 gpgcheck=0 gpgkey=file:///etc/pki/rpm-..
分类:系统相关   时间:2014-05-03 14:40:08    阅读次数:500
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!