用鼠标键盘来控制你的Android手机——同屏显示简单教程

摘要: http://www.cnblogs.com/lanxuezaipiao/p/3329897.html 阅读全文
posted @ 2016-07-23 00:54 dpkg123 阅读(522) 评论(0) 推荐(0)

android button的使用

摘要: http://www.cnblogs.com/zhang-pengcheng/p/4638808.html 阅读全文
posted @ 2016-07-17 22:09 dpkg123 阅读(85) 评论(0) 推荐(0)

建立java环境

摘要: 新建: 变量名:JAVA_HOME 变量值:你的JDK安装目录\jdk1.7.0 变量名:CLASSPATH 变量值:.;%JAVA_HOME%\lib;%JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\lib\tools.jar;%TOMCAT_HOME%\BIN (注意最前面 阅读全文
posted @ 2016-07-17 22:09 dpkg123 阅读(150) 评论(0) 推荐(0)

信息安全----openssl

摘要: compile openssl for windowshttp://www.blogcompiler.com/2Grab the desired OpenSSL source tarball. Use OpenSSL version 1.0.0 or newer; 3Put your tarball 阅读全文
posted @ 2016-02-11 10:59 dpkg123 阅读(179) 评论(0) 推荐(0)

线性方程组解法

摘要: https://en.wikipedia.org/wiki/Gaussian_elimination Gauss–Seidel method - Wikipedia, the free encyclopedia.html 阅读全文
posted @ 2016-02-11 10:54 dpkg123 阅读(128) 评论(0) 推荐(0)

opengl与dx

摘要: windows codeblock环境 http://my.oschina.net/redhouse/blog/89357 ubuntu 环境搭建与Demo http://my.oschina.net/u/128700/blog/122641 : g++ example.cxx -o example 阅读全文
posted @ 2016-02-11 10:52 dpkg123 阅读(116) 评论(0) 推荐(0)

android 初始开发小问题

摘要: 1 Element type "EditText" must be followed by either attribute specifications, ">" or "/>". 解决办法:把鼠标箭头移到出错误的layout上 点击鼠标右键选择Source然后再选Format 就可以解决此问题2... 阅读全文
posted @ 2016-01-13 21:46 dpkg123 阅读(156) 评论(0) 推荐(0)

vs2013 error : cannot open source file "SDKDDKVer.h"

摘要: 改: 项目属性--常规--工具集--Visual Studio 2013-WindowsXP(v120_xp) 阅读全文
posted @ 2015-08-05 15:19 dpkg123 阅读(391) 评论(0) 推荐(0)

PHP代码

摘要: 1 > ">条件为true该做的 条件为FALSE该做的 2:2323 阅读全文
posted @ 2015-07-05 17:38 dpkg123 阅读(135) 评论(0) 推荐(0)

PHP安装

摘要: 工具 http://www.cnblogs.com/xiwang6428/p/4315049.html http://www.iteye.com/news/226721 安装:sudo apt-get tasksel完成后启用:sudo tasksel2 安装php管理mysql的工具phpmyad... 阅读全文
posted @ 2015-07-05 17:06 dpkg123 阅读(217) 评论(0) 推荐(0)