PANIC: Could not open:my_avd.ini解决
网上解决方案: PANIC: Could not open: C:\Documents and Settings\Administrator\PANIC: Could not open:my_avd.ini 原来如果你采用绝对路径定位的话,也就是说在环境变量里面把路径写死了,比如你装d:\android…
1.关于KalonQue KalonQue一款完全基于PHP语言开发的队列软件产品。
队列(Queue)又称先进先出表(First In First Out),即先进入队列的元素,先从队列中取出。加入元素的一头叫“队头”,取出元素的…
1、下载以下软件
winpcapsnort-2.9.0.4.tar.gzsnortrules-snapshot-2904.tar.gzactivePerl 5.10.1.1.1007(do not use version 5.12)//Notepad//Kiwi SyslogServer 9.1 这是一个接收snort报警并的控制台不装也罢,默认输出到文件里Oinkaster 2.0a 这是snort的rules…
2008-08-28ANT使用说明关键字: ant ant使用简介 ant 是apache 工程的一个子工程,是一个基于java的build工具。 正在装载数据……ant类似于make工具,但没有传统的make工具的缺点。传统的make往往只能限制在某一平台上使用,ant本身用java类实现…
在android上使用完全的linux命令,你不得不受益于busybox for android带来的方便。 The toolbox that is provided on the Android environment is pretty limited. I wanted something more useful and familiar. Busybox to the rescue! I have a busybox binary a…
官方参考:
http://gcc.gnu.org/wiki/InstallingGCC GCC tends to have problems when configured in the same directory as the GCC source code, or in any subdirectory therein, as stated in the Configuration page in the install documentation.
What …
黑客常用函数 C2008-12-29 21:07确定Windows和windows系统目录 有两个SDK函数可以完成该功能。GetWindowsDirectory和GetSystemDirectory,下例说明了如何使用这两个函数: TCHAR szDir [MAX_PATH]; //Get the full path of the windows directory. :: Get…
//计算文件的MD5码 public static string GetFileMD5(string path) { string ret ""; FileStream fs new FileStream(path, FileMode.Open, FileAccess.Read); MD5CryptoServiceProvider md5 new MD5CryptoS…
hibernate的版本:hibernate-distribution-3.3.2.GA 出现的问题: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. 问题实际出在了SLF…
野史终归不如官方版本的,转自http://sourceforge.net/apps/trac/kosmosfs/wiki/HowToCompile Required Packages To compile and run KFS, you need to have the following software packages installed on your machine: Boost (preferably, version 1.34 or high…
模板页modle.html<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns"http://www.w3.org/1999/xhtml"><head><meta http-equiv&quo…
1 从http://nginx.org/en/download.html 或http://nginx.net/en/download.html wget http://nginx.org/download/nginx-0.6.38.tar.gz 2 解压 安装: tar zxvf nginx-0.6.38.tar.gz cd nginx-0.6.38 ./configure make make instal…
查询文件名(带日期及大小)_0714_1655.vbs dim ws,fso,f,fd,files,tmpname,url,result,preFixset wscreateobject("wscript.shell") set fso CreateObject("Scripting.FileSystemObject") set fd fso.getfolder(ws.currentdirectory) set filesfd.files …
GDI编程基础(一)GDI Vs GDI作者:李昊
下载源代码一、GDI GDI是位于应用程序与不同硬件之间的中间层,这种结构让程序员从直接处理不同硬件的工作中解放出来,把硬件间的差异交给了GDI处理。GDI通过将应用程序与不同输…
一个计算机大师的人生教训[原译](附原文)
Richard Gabriel, LISP语言的创造者,是UNIX时代的人物。 他写的 Patterns of Software 听上去好象讲的是Patterns, 却有一大部份是讲他自己如何从一个穷乡僻壤一步一步艰难的走进斯坦福的历程。下面我特地译出一…
收集者:zhoubl668 l TinyXML简介TinyXML是目前非常流行的一款基于DOM模型的XML解析器,简单易用且小巧玲珑,非常适合存储简单数据,配置文件,对象序列化等数据量不是很大的操作,尤其适用于游戏开发&am…
现在的移动应用优胜劣汰拼的就是设计。在本周召开的MobileBeat 2012大会上,用户界面(UI)和用户体验(UX)如何改变移动生态系统成了讨论主题。一众优秀移动应用开发公司受邀,私密社交应用Path的CEO Dave Mori…
由于f i n d具有强大的功能,所以它的选项也很多,其中大部分选项都值得我们花时间来了解一下。即使系统中含有网络文件系统( N F S ),f i n d命令在该文件系统中同样有效,只你具有相应的权限。在运行一个非常消耗资源的f i n d命令…
苹果iOS之所以鲜少受以攻击,可能主要是因为它是新生,而且是面向大众市场,一些黑客攻击Windows获利更大。但最近出现的特洛伊病毒Find and Call打破了苹果“不需要iOS反病毒程序,因为它没有给病毒留下空间(包括木马、恶…
http://hi.baidu.com/2young22/blog/item/a1f4b7f5c03c97d5f3d3859d.html Windows XP 下使用命令行编译、运行 QT4 程序 2010-06-01 22:13在Windows XP 下如何安装QT4开发环境?请参考“Windows XP 下安装 QT4 开发环境”一文。 在本文中,将介绍在无IDE情…
matlab 中莫名出现错误: 双击打开maltab workspace中的.m文件,出现错误对话框:“matlab attempt to reference field of non-structure array”。
错误原因和解决方法: 因为我在set path中添加了work目录中的文件,待我…
/*img即你要获得图片的控件path即你要从网络上获取的图片destHight你要采样的图片高度deWeight你要采样的图片宽度*/
private void loadImage( ImageView img, String path, final int destHight, final int destWeight) {new AsyncTask<String, Void, Bitmap>() {Overri…
发信站: BBS 水木清华站 (Wed May 16 11:36:04 2001) 这是SA解决TSP问题的程序。 function out tsp(loc) % TSP Traveling salesman problem (TSP) using SA (simulated annealing). % TSP by itself will generate 20 cities within a unit cube and % then use SA to slove …
【问题描述】:MyEclipse插件版本1.4,客户端TortoiseSVN 1.6.6,用客户端commit代码之后,无法在MyEclipse下对工程就行update等操作,提示错误信息:This client is too old to work with working copy .; please get a newer Subvers…
本文出自:http://blog.csdn.net/hongchangfirst 今天更新android sdk,出现了以下问题: Warning A folder failed to be renamed or moved.On Windows this typically means that a program is using that folder (for example Windows Explorer or you…
完成了 Qt 接下來就是要讓觸控面板的功能也起來
因為之前有兩篇教學了
所以這篇照片可能會跳的比較快
不懂的話可以回去看看前兩篇的設定 [達文西] 建置開發環境 – Based on EDK6446 with LEOs for DaVinci
[達文西] Qt 移植 – Qt Porting to SBC6446 with LEOs for DaVi…
the command could not be located because /bin is not included in the path environment variable
解决办法:
1.如何恢复linux的环境变量ubuntu中root用户没有办法使用命令(我用这个解决了登陆问题,之前是因为要配置adb,把自…
当前配置:Windows XP SP1,JDK1.4.2_04,Eclipse3.0.1 一般安装JDK的时候,会同时在系统目录下也安装一个JRE环境。开始我把安装在系统目录下的JRE环境卸载了,在环境变量中添加一个变量JAVA_HOME,并设定值为“…
初始化一个接口 public class Api {public static final String BASE_PATH "https://api.tianapi.com";
}初始化Fresco的 public class MyApp extends Application{public static Context context;Overridepublic void onCreate() {super.onCreate();Fresco.initi…
Heavy Cargo Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 2264 Accepted: 1252 题目链接:http://poj.org/problem?id2263
Description
Big Johnsson Trucks Inc. is acompany specialized in manufacturing big trucks. Their latest model…
Facebook和Instagram这宗交易额高达10亿美元的收购案似乎引发了“Instagram效应”,也引起了业界人士对其他公司间收购与合并的猜想。有人建议Google收购Path;也有人称,亚马逊和Pinterest天生一对,这个言论来自于The Next Web撰稿人…
我是通过这篇文章来学习的,网上一搜好几个:)
http://hi.baidu.com/daijun2007/blog/item/eb39373e54f6e33a71cf6c50.html 下面是自己写的 var type System.IO.Path.GetExtension(FileUpload1.FileName);Regex rNumber new Regex("^/d(/./d)?|[A-Z]$"); //"…
The Unique MST Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 14582 Accepted: 5035 题目连接:http://poj.org/problem?id1679
Description
Given a connected undirectedgraph, tell if its minimum spanning tree is unique. Definition …
Watchcow Time Limit: 3000MS Memory Limit: 65536K Total Submissions: 4550 Accepted: 1898 Special Judge 题目链接:http://poj.org/problem?id2230
Description
Bessies been appointed thenew watch-cow for the farm. Every night, its her job to wa…
近日来,在TIOBE程序员社区中公布了其2006年05月的程序语言排行榜。Java作为开源先锋首当其冲的成为了龙头老大,并且仍然保持着很好的增长势头。1、世界前20位语言排行榜(2006年05月):TIOBE Programming Community Inde…
在eclipse中安装了m2eclipse(maven插件)
在安装后,出现下列警告:
The Maven Integration requires that Eclipse be running in a JDK, because a number of Maven core plugins are using jars from the JDK.
Please make sur…
1.从http://sourceforge.net/project/showfiles.php?group_id51138&package_id44914&release_id629708下载相匹配的win32版本.我用的是Visual Studio 2005,所以下载omniORB-4.1.3-x86_win32-vs8.zip。
2.解压缩omniORB-4.1.3-x86_win32-vs8.zip到E:\ omniORB-4.1.3&a…
第一次写这个程序时,出现一种问题,windows报错如下所示:
Windows has triggered a breakpoint in ThreadTest.exe.
This may be due to a corruption of the heap, which indicates a bug in ThreadTest.exe or any of the DLLs it has loa…
getServletContext().getResource()引发的错误
tomcat4.1: /** * Return a URL object of a resource that is mapped to the * specified context-relative path. * * param path Context-relative path of the desired resource * * exception Malf…
在windows 和 linux下引入hash_set、hash_map头文件
推荐使用方法:
在源代码的前面写入一下代码:
// just for "#include " in linux #if __GNUC__>2 #include <ext/hash_set> #include <ext/hash_map> using namespace __g…
ITPUB上的问题: 归档日志放到远程主机上,在远程主机要进行定期清理,每天清理半个月前的日志,linux实现很简单,dos命令怎么搞啊? 方法一: conn sys/ oracle as sysdba set feedback off set page…
文献出处: http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/javadoc.html#examples
SIMPLE EXAMPLES You can run javadoc on entire packages or individual source files. Each package name has a corresponding directory name. In the following examples, the so…
美国派 American Pie (1999) 把这部影片加入到你的IE收藏夹里 导 演: 保罗韦茨 Paul Weitz 克里斯威茨 Chris Weitz 主 演: 贾森比格斯 Jason Biggs 克里斯克莱因 Chris Klein 托马斯伊恩尼古拉斯 Thomas Ian Nicholas 埃里森汉尼甘 Alyson Hannigan 莎…
l TinyXML简介 TinyXML是目前非常流行的一款基于DOM模型的XML解析器,简单易用且小巧玲珑,非常适合存储简单数据,配置文件,对象序列化等数据量不是很大的操作,尤其适用于游戏开发,在Nebula2,CEGU…
init > handle_device_fd 收到uevent信息 > handle_device_event >
static void handle_device_event(struct uevent *uevent){.../* are we block or char? where should we live? */if(!strncmp(uevent->path, "/block", 6)) {block 1;base …
研究了好几个月的Android电源管理了,有时间得自己写一些心得体会了,先转贴一份写得不错的文章吧
[First written by Steve Guo, please keep the mark if forwarding.] Overview The above picture shows the overall architecture design of Android power management…
转自:http://hi.baidu.com/boyshen/blog/item/35dd6b25cb29d527d507426e.html
1、关于tr
通过使用 tr,您可以非常容易地实现 sed 的许多最基本功能。您可以将 tr 看作为 sed 的(极其)简化的变体:它可以用一个字符来…
之前一直想在ARM 上跑qt,但都出现错误:
./hello: error while loading shared libraries: libQtGui.so.4: cannot open shared object file: No such file or directory 这主要是ARM 上的运行环境设置不当:
我用的是飞凌的6410 环境变量设…
方法1: 一、交叉编译环境 gcc-2.95.3 的建立 1.下载cross-2.95.3.tar.bz2 2.建目录,复制,解压# cd /usr/local # mkdir arm # cd arm复制cross-2.95.3.tar.bz2 到当前目录 # tar jxvf cross-2.95.3.tar.b…
FaceBook 发布了一款能将php代码转换为C的工具,hiphop如果你的网站很大,类似新浪这样的大型门户,可以考虑。目前已经在CentOS和ubuntu等Linux服务器上编译通过。安装:一、需要依赖的包cmake 2.6 is the minimum versiong/gcc 4.3 …
这是个很简单的一个脚本,用于自动设置环境变量。把代码拷贝,另存为javaEnv.bat。安装完Java 2 SDK之后,开一个命令行窗口运行javaEnv java2SDKDir即可(java2SDKDir是你的java的安装目录,不带最后的/)
echo off IF EXIST %1/bin/j…
这里写目录标题MacOS darwin 环境变量List All Environment Variablesenv for all usersWhere is the PATH Environment Variable Stored on MacOS?MacOS darwin 环境变量
List All Environment Variables
Use the printenv command to display a list of currently set env…
这里写自定义目录标题Eclectic Tips & Tricks for Mac OSTable of contents1. How to Change Where Screenshots Are Saved?1.5 A Shell Script to Rename Screenshot Files2. How to Prevent macOS From Sleeping?3. How to Start (open) an App From the macOS Command…