会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
KVT Tech.
电机控制软件设计
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
3
4
5
6
7
8
下一页
2015年4月18日
资料整理大全一
该文被密码保护。
阅读全文
posted @ 2015-04-18 13:32 Kconfig
阅读(1)
评论(0)
推荐(0)
ubuntu 安装 wps
该文被密码保护。
阅读全文
posted @ 2015-04-18 13:27 Kconfig
阅读(1)
评论(0)
推荐(0)
2015年4月9日
/etc/ntp.conf
摘要: 摘录一:System:ubuntu10.04 配置文件路径:/etc/ntp.conf 配置格式:关键字(如server)参数(如prefer)以换行为结束,所以一个配置不能占多行。 ntp.conf包括两类配置命令集,一类叫配置命令(configurationcommands)t。另一类叫辅助命令...
阅读全文
posted @ 2015-04-09 15:37 Kconfig
阅读(2936)
评论(0)
推荐(0)
ntp 配置 autokey 功能【摘录】
摘要: 摘录于ntp官网:http://support.ntp.org/bin/view/Support/ConfiguringAutokey6.7. Autokey Configuration for NTP stable releasesThis topic provides a step-by-ste...
阅读全文
posted @ 2015-04-09 14:45 Kconfig
阅读(873)
评论(0)
推荐(0)
2015年4月2日
ntp
该文被密码保护。
阅读全文
posted @ 2015-04-02 17:34 Kconfig
阅读(4)
评论(0)
推荐(0)
2015年3月28日
busybox 添加daytime 和 time 服务
该文被密码保护。
阅读全文
posted @ 2015-03-28 16:24 Kconfig
阅读(8)
评论(0)
推荐(0)
2015年3月27日
【转载】BusyBox 简化嵌入式 Linux 系统
摘要: 原文网址:http://www.ibm.com/developerworks/cn/linux/l-busybox/BusyBox 是很多标准 Linux® 工具的一个单个可执行实现。BusyBox 包含了一些简单的工具,例如 cat 和 echo,还包含了一些更大、更复杂的工具,例如 grep、f...
阅读全文
posted @ 2015-03-27 14:39 Kconfig
阅读(194)
评论(0)
推荐(0)
使用MD5密钥来验证NTP对时
该文被密码保护。
阅读全文
posted @ 2015-03-27 09:28 Kconfig
阅读(14)
评论(0)
推荐(0)
2015年3月26日
secret CRT 会话光标不闪烁问题
摘要: 点击 选项-》会话选项 然后在取消即可,就有了闪烁的光标,应该是个bug。
阅读全文
posted @ 2015-03-26 13:56 Kconfig
阅读(376)
评论(0)
推荐(0)
2015年3月21日
linux下查找命令两则
摘要: 由于本人不会阅读man手册,因此需要几下两个常用的查找命令:(1)在某个目录及其子目录查找某个文件并打印完整路径:find ./ -name "assertions.h" -exec ls {} \; ./ : 指代查找的目录-name "assertions.h" : 指定文件名最后的分号也必须要...
阅读全文
posted @ 2015-03-21 10:19 Kconfig
阅读(210)
评论(0)
推荐(0)
2015年3月20日
移植open ntp 到 arm 平台
该文被密码保护。
阅读全文
posted @ 2015-03-20 14:45 Kconfig
阅读(9)
评论(0)
推荐(0)
arm-linux移植openssl
该文被密码保护。
阅读全文
posted @ 2015-03-20 14:27 Kconfig
阅读(13)
评论(0)
推荐(0)
2015年3月12日
linux内核图形配置疑难解决
摘要: 配置linux内核是遇到的问题:(1)问题一make gconfig** Unable to find the GTK+ installation. Please make sure that* the GTK+ 2.0 development package is correctly instal...
阅读全文
posted @ 2015-03-12 12:31 Kconfig
阅读(389)
评论(0)
推荐(0)
2015年3月11日
QObject::connect: Cannot queue arguments of type "xxx",(Make sure "xxx" is registed using qRegisterMetaType().)原因及解决方法
该文被密码保护。
阅读全文
posted @ 2015-03-11 09:53 Kconfig
阅读(19)
评论(0)
推荐(1)
2015年2月10日
linux NTP配置
摘要: 时间是由计算机内的石英晶体振荡电路以;NetworkTimeProtocol(NTP);通常情况下,时间同步是按以下步骤进行的:;(1):NTP客 户端向NTP服务器发出一个时间请;(2):当服务器接收到该包时;(3):客户端在接收到响应包时再填入包返回时的时;(4):客户端使用时钟偏移来调 整...
阅读全文
posted @ 2015-02-10 13:39 Kconfig
阅读(491)
评论(0)
推荐(0)
2015年1月14日
untra edit 自动补全
摘要: 选择“高级-配置-编辑器-自动完成”,勾选“自动显示‘自动完成’对话框”,并在其中定义好“当输入x个字符”时,自动补全。
阅读全文
posted @ 2015-01-14 20:15 Kconfig
阅读(197)
评论(0)
推荐(0)
untra edit 显示文件函数列表
摘要: UltraEdit的函数列表竟然不显示函数,那这功能要它何用,应该如何才能让函数显示出来呢? 1:先查看一下UE的菜单:视图-->查看方式(语法高亮类型)-->选择相应的语言(我们用的是C,嗯嗯这个步骤有快捷键哦) 2:如果显示是上面的情况,则需要修改配置:高级-->配置(导航)-->编辑器显示...
阅读全文
posted @ 2015-01-14 20:09 Kconfig
阅读(304)
评论(0)
推荐(0)
2015年1月13日
ubuntu tftp server config
摘要: 1.安装tftp-serversudo apt-get install tftpd-hpasudo apt-get install tftp-hpa(如果不需要客户端可以不安装)tftp-hpa是客户端tftpd-hpa是服务器端2.配置TFTP服务器sudo vim /etc/default/tf...
阅读全文
posted @ 2015-01-13 09:18 Kconfig
阅读(246)
评论(0)
推荐(0)
2015年1月12日
ubuntu nfs server config
摘要: (1)#sudo apt-get install nfs-kernel-server打开/etc/exports文件,在末尾加入:/home/hyq *(rw,sync,no_root_squash)注:nfs允许挂载的目录及权限,在文件/etc/exports中进行定义,各字段含义如下:/home...
阅读全文
posted @ 2015-01-12 17:34 Kconfig
阅读(277)
评论(0)
推荐(0)
2015年1月9日
QThread: Destroyed while thread is still running解决办法
该文被密码保护。
阅读全文
posted @ 2015-01-09 18:06 Kconfig
阅读(581)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
下一页
公告