- 博客(25)
- 收藏
- 关注
转载 ubuntu 12.04 开启root登入的方法
从网上查到可以通过以下方法开启root登入,但是在登入root账户时,鼠标一直在转圈圈,就是登不进去,在两台电脑上试过,都是这个情况。================开发嵌入式linux,如果宿主机不能在ROOT下开发,很是麻烦,过多的权限,阻碍嵌入式程序的开发,如在ROOT下开发,可以直接复制,粘贴,大大加快开发速度,ubuntu 12.04刚一出炉,我就把工作用
2014-02-26 22:19:07
1269
转载 windows batch 常用命令
转载: http://www.oschina.net/code/snippet_158297_49640011 echo和 @002回显命令003@ #关闭单行回显004echo off
2014-02-25 19:51:03
5412
转载 windows batch 常用命令
转自http://www.cnblogs.com/linglizeng/archive/2010/01/29/Bat-CMD-ChineseVerion.html1. 综述1、”.bat”:这是微软的第一个批处理文件的后缀名,在几乎所有的Windows操作系统内都能运行。2、 “.cmd”: 是为Windows NT设计
2014-02-25 19:44:26
2536
转载 【Java TCP/IP Socket】Socket编程大合集
from http://blog.youkuaiyun.com/ns_code/article/details/17526127
2014-02-22 14:31:31
621
转载 introduction to CUDA
from http://blog.youkuaiyun.com/augusdi/article/details/12833235CUDA从入门到精通(零):写在前面在老板的要求下,本博主从2012年上高性能计算课程开始接触CUDA编程,随后将该技术应用到了实际项目中,使处理程序加速超过1K,可见基于图形显示器的并行计算对于追求速度的应用来说无疑是一个理想的选择。还有不到
2014-02-22 14:16:06
864
转载 how to change the port of tomcat
the default port of tomcat is 8080,when jenkins is binding to the 8080,maybe you want to change another port for tomcat.so, go to C:\apache-tomcat-8.0.3\conf\server.xml"C:\apache-tomcat-8.0.3" i
2014-02-21 14:54:37
833
转载 Windows7+Octopress+Github creat blogs by XiQi
from http://www.cnblogs.com/javac/archive/2012/07/31/2617432.html本文主要参考: http://shanewfx.github.com/blog/2012/02/16/bulid-blog-by-octopress/ 本文在Windows7下测试成功。 安装和设置Git下载Git f
2014-02-21 14:47:50
676
转载 cmd operation about the environmental variables
from http://wuyanzan60688.blog.163.com/blog/static/127776163201131585030315/1.开始->运行->cmd进入E:\wuyanzan\fuckyou\shit目录 先输入 E: 然后enter,然后CD "wuyanzan\fuckyou\shit",按Enter,即可进入该目录退出到E:\wuyanzan\
2014-02-21 14:17:00
601
转载 JAVA &&Tomcat安装设置
一、在Path(系统自带的)下增添 d:\jdk1.5\bin; 不要删除原来的东西,如下(d:\jdk1.5\bin为你JDK的安装路径)我的path为:D:\jdk1.5\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\backburner 2\;C:\Program
2014-02-21 13:58:38
541
转载 algorithms learning and what i've read today
http://blog.sina.com.cn/s/blog_b9285de20101gwa5.html 我的算法路 (1)http://blog.youkuaiyun.com/v_july_v/article/details/6057286 微软公司等数据结构+算法面试100题(第1-100题)全部出炉http://blog.youkuaiyun.com/v_july_v/article/deta
2014-02-21 13:32:30
832
转载 2014/2/20 serveral websites saved
Jenkins 学习笔记http://wenku.baidu.com/view/b7f1c8ea9b89680203d82570.htmlhttp://wenku.baidu.com/view/da30a5fb172ded630a1cb602.htmlhttp://wenku.baidu.com/view/908599260b4c2e3f572763af.htmlhttp://we
2014-02-20 16:54:26
773
转载 introduction to window batch
【简 介】最近对于批处理技术的探讨比较热,也有不少好的批处理程序发布,但是如果没有一定的相关知识恐怕不容易看懂和理解这些批处理文件,也就更谈不上自己动手编写了,古语云:“授人以鱼,不如授人以渔。”因为网上好像并没有一个比较完整的教材,所以抽一点时间写了这片>给新手朋友们.也献给所有为实现网络的自由与共享而努力的朋友们. 批处理文件是无格式的文本文件,它包含一条或多条命令。它的文件扩展名为
2014-02-20 14:24:31
685
转载 Installation about Windows Slave on Jenkins
参考:https://wiki.jenkins-ci.org/display/JENKINS/Step+by+step+guide+to+set+up+master+and+slave+machines 一 创建新的Slave注意Jenkins中slave称为note。 所以下面文章中的slave和node指的是一回事。 1)在Manage Jenkins-->Mana
2014-02-20 13:47:19
558
转载 Step by step guide to set up master and slave machines
Manage Jenkins > Manage Nodes.New Node --> Enter Node Name.Select Dumb Slave --> Press OK.Fill out the following:Set a number of executors (one or more) as needed.Set a Remote FS Root, a home
2014-02-20 13:44:26
886
转载 jenkins introduction
from http://www.cnblogs.com/itech/archive/2011/11/23/2260009.html
2014-02-20 13:34:51
539
转载 Jenkins server Installation
from the https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+as+a+Windows+service#InstallingJenkinsasaWindowsservice-InstallSlaveasaWindowsservice%28require.NET2.0framework%29and htt
2014-02-20 13:31:29
3621
转载 http://docs.oracle.com/javase/tutorial/index.html examples of java
http://docs.oracle.com/javase/tutorial/index.html
2014-02-19 15:43:25
1005
转载 学长们的求职血泪史(C/C++/JAVA) 转自 SelfImprovement
----------------------------------------------------------------2014届校招基本慢慢收尾,现特将本人和小伙伴们的求职血泪史记录,并且推荐一些书籍供学弟学妹们参考,以壮我皇家理工之名。 首先得感谢百度的师兄,他教会了我很多东西,致以很深的谢意。另外还得感谢一起求职的小伙伴们,希望我们的经历能够给学弟学妹们一
2014-02-19 11:06:31
1053
转载 linux 学习路线(初级到高级) 转载 SelfImprovement 文章
linux 个人感觉还是很复杂(那么就以我的学习路线和经历来分享吧)1 首先 你要学习嵌入式的的有一个基础:大概如下1. 计算机、电子、通信、自动化、微电等理工科类大3以上的大学生及已毕业的工程技术人员;(大一大二建议学习基础) 2. 有一定C、C++、JAVA、C#等编程程序语言基础,喜欢并有志投身于嵌入式研发事业; 3. 希望通过实际工程项目训练,成为一名有深度的嵌入式
2014-02-19 10:04:35
870
转载 Generate Kindle (MOBI) ebooks with your ASP.NET Web API
StrathWeb. A free flowing web tech monologue.September 16th, 2012.netasp.net web apic#kindleGenerate Kindle (MOBI) ebooks with your ASP.NET Web APIBecause, it's so crazy, i
2014-02-18 14:21:14
1471
转载 kindle资源下载
http://kindleren.com/forum.php?mod=forumdisplay&fid=50&filter=typeid&typeid=74此网址里kindle电子书略多
2014-02-17 22:50:34
1814
转载 Emacs 文本编辑器
emacs编辑Emacs是一种强大的文本编辑器,在程序员和其他以技术工作为主的计算机用户中广受欢迎。EMACS,即Editor MACroS(编辑器宏)的缩写,最初由Richard Stallman(理查德·马修·斯托曼)于1975年在MIT协同Guy Steele共同完成。这一创意的灵感来源于TECMAC和TMACS,它们是由Guy Steele、Dave Moon、
2014-02-17 16:59:11
1792
转载 用perl 监控windows
#!/usr/bin/perl -wuse Win32::OLE qw[in];my $host = $ARGV[0] || '.';my $wmi = Win32::OLE->GetObject( "winmgmts://$host/root/cimv2" ) or die Win32::FormatMessage( Win32::OLE::LastError() );my %in
2014-02-17 16:56:26
670
转载 lyrics of <The message> in Grandmaster Flash and the Furious Five song
It's like a jungle sometimesIt makes me wonder how I keep from goin' underIt's like a jungle sometimesIt makes me wonder how I keep from goin' underBroken glass everywhereP
2014-02-16 22:26:42
1036
转载 报文:分组、帧、数据报和信元
报文:分组、帧、数据报和信元 许多联网技术是基于分组交换的,分组交换涉及创建在网络上发送的小块数据。尽管分组看起来就是以这种方法命名的,但是联网设备之间发送的数据更一般会被称为报文。分组是一些类似词汇中的一个,这些词汇被用于不同的环境中,以指从一台设备发送给另一台设备的报文。 在一些情况下,不同的术语是非常有用的,因为用于指特定报文的名字能够告诉你该报文包含着一些什么,你将
2014-02-16 17:31:03
3938
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人