上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 25 下一页
摘要: /* * ===================================================================================== * * Filename: git text.c * * Description: * * ... 阅读全文
posted @ 2013-05-22 02:09 scue 阅读(5382) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(2207) 评论(1) 推荐(0) 编辑
摘要: #!/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 阅读(2376) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(324) 评论(0) 推荐(0) 编辑
摘要: # 下载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 阅读(699) 评论(1) 推荐(0) 编辑
摘要: /* * ===================================================================================== * * 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 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(274) 评论(0) 推荐(0) 编辑
摘要: #!/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 阅读(342) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(516) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash - #===============================================================================## FILE: rename.sh# # USAGE: ./rename.s... 阅读全文
posted @ 2013-04-03 10:20 scue 阅读(595) 评论(0) 推荐(0) 编辑
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 25 下一页