会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
scue
不在先后,在于妙用。
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
14
15
16
17
18
19
20
21
22
···
25
下一页
2013年5月22日
【Windows】使用adb命令卸载系统应用程序
摘要: /* * ===================================================================================== * * Filename: git text.c * * Description: * * ...
阅读全文
posted @ 2013-05-22 02:09 scue
阅读(5411)
评论(0)
推荐(0)
2013年5月21日
〖Linux〗Ubuntu13.04 安装KCOPSE过程笔录
摘要: 1. 安装Qt4 sudo apt-get install libqt4-dev libqt4-dbg libqt4-gui libqt4-sql qt4-dev-tools qt4-doc qt4-designer qt4-qtconfig2. 安装QScintilla2下载地址:http://www.riverbankcomputing.co.uk/software/qscintilla/downloadtar zxvf ~/Downloads/QScintilla-gpl-2.7.1.tar.gz -C .cd QScintilla-gpl-2.7.1/Qt4Qt5/qmake qsci
阅读全文
posted @ 2013-05-21 01:16 scue
阅读(2214)
评论(1)
推荐(0)
2013年5月19日
〖Linux〗自动更新Hosts的一个脚本
摘要: #!/bin/bash - #===============================================================================## FILE: hosts_update.sh# # USAGE: ./hosts_update.sh # # DESCRIPTION: # # OPTIONS: ---# REQUIREMENTS: ---# BUGS: ---# NOTES: ---# AUTHOR: linkscue (scue), l...
阅读全文
posted @ 2013-05-19 19:09 scue
阅读(2397)
评论(0)
推荐(0)
2013年5月12日
[Windows] Windows上的一些环境变量,备忘下。
摘要: ALLUSERSPROFILE=C:\ProgramDataAPPDATA=C:\Users\Administrator\AppData\RoamingCommonProgramFiles=C:\Program Files\Common FilesCOMPUTERNAME=M9HM3YVT8W59BMVComSpec=C:\Windows\system32\cmd.exeFP_NO_HOST_CHECK=NOHOMEDRIVE=C:HOMEPATH=\Users\AdministratorHOSTS=C:\Windows\System32\drivers\etc\hostsLOCALAPPDA
阅读全文
posted @ 2013-05-12 09:27 scue
阅读(331)
评论(0)
推荐(0)
2013年5月5日
[Linux] Ubuntu13.04 搭建OK6410-A开发板的开发环境
摘要: # 下载dnw与驱动文件cd ~mkdir -p tmp 2>/dev/nullcd tmp/git clone git://github.com/Qunero/dnw4linux.git# 编译驱动文件与dnwunset ARCHunset SUBARCHunset CROSS_COMPILEcd dnw4linux/make install# 安装dnw文件mkdir -p ~/bin 2>/dev/nullcp dnw ~/bin/dnwchmod 755 ~/bin/dnwsudo mkdir -p /opt/dnw_linux/secbulkcp secbulk.ko /
阅读全文
posted @ 2013-05-05 02:30 scue
阅读(708)
评论(1)
推荐(0)
2013年5月3日
[Linux] 进程通信-消息队列
摘要: /* * ===================================================================================== * * Filename: msq.c * * Description: * * Version: 1.0 * Created: 2013年05月03日 00时20分50秒 * Revision: none * Compiler: gcc * * Author: linkscue (scue), * Orga...
阅读全文
posted @ 2013-05-03 00:48 scue
阅读(218)
评论(0)
推荐(0)
2013年4月18日
[Linux]编译git for Android
摘要: make configure -e CC=${CROSS_COMPILE}gcc LDFLAGS+=-static./configure --prefix=/data/local/usr/share --host=arm-none-linux-gnueabi ac_cv_c_c99_format=yes ac_cv_fread_reads_directories=no ac_cv_snprintf_returns_bogus=no CC=${CROSS_COMPILE}gcc LDFLAGS=-staticmake -e CC=${CROSS_COMPILE}gcc LDFLAGS+=-s..
阅读全文
posted @ 2013-04-18 09:00 scue
阅读(280)
评论(0)
推荐(0)
2013年4月15日
[Linux] 批量把不规则的Android应用程序命名为[中文_版本号](在无中文名称时命名为英文)
摘要: #!/bin/bash - #===============================================================================## FILE: apk_rename.sh# # USAGE: ./apk_rename.sh # # DESCRIPTION: # # OPTIONS: ---# REQUIREMENTS: ---# BUGS: ---# NOTES: ---# AUTHOR: linkscue (scue), links...
阅读全文
posted @ 2013-04-15 15:46 scue
阅读(352)
评论(0)
推荐(0)
2013年4月14日
[Android] 备份手机上的超级终端、VIM
摘要: root@android:/ # cat /tmp/btep.sh#!/system/bin/sh#========================================================================## FILE: btep.sh# # USAGE: ./btep.sh # # DESCRIPTION: # # OPTIONS: ---# REQUIREMENTS: ---# BUGS: ---# NOTES: ---# AUTHOR: linksc...
阅读全文
posted @ 2013-04-14 15:51 scue
阅读(523)
评论(0)
推荐(0)
2013年4月3日
[Linux] 在Linux上使用Shell批量重命名含有空格的文件;
摘要: #!/bin/bash - #===============================================================================## FILE: rename.sh# # USAGE: ./rename.s...
阅读全文
posted @ 2013-04-03 10:20 scue
阅读(622)
评论(0)
推荐(0)
上一页
1
···
14
15
16
17
18
19
20
21
22
···
25
下一页
公告