最近事情太多了,也有一小段时间没更新了,本来原来还有个写哪些的计划的,也打乱了,我就想到什么写什么吧。
最近很多人在问Android Studio如何更改SDK版本,这边说的事不使用gradle来编译的情况下。什么时候会出现这个场景呢,比如你直接从server check工程。或者导入一个非gradle的工程。比如eclipse的工程,你没有export,然后直接import进入Android...
分类:
移动开发 时间:
2014-10-10 01:00:13
阅读次数:
276
yum 安装软件时提示warning ,导致安装失败。如下图:据网上资料说这是由于yum安装了旧版本的GPG keys造成的。解决办法就是rpm --import /etc/pki/rpm-gpg/RPM*
分类:
其他好文 时间:
2014-10-09 23:13:57
阅读次数:
212
IMAGE_DOS_HEADER STRUCT{+0h WORD e_magic // Magic DOS signature MZ(4Dh 5Ah) DOS可执行文件标记+2h WORD e_cblp // Bytes on last page of file+4h WORD e_cp ...
分类:
其他好文 时间:
2014-10-09 20:18:47
阅读次数:
201
The number of CPU instruction sets has kept growing, and likewise for the operating systems which are able to run and support on more than one CPU sys...
分类:
系统相关 时间:
2014-10-09 17:02:47
阅读次数:
1016
之前因为重转系统,导致我的weblogic和myeclipse都要重装。重装之后,出现了问题,我是按照weblogic破解版的步骤来的,但还是报如下错误:
Unable to start WebLogic Server!
Error: license signature validation error.
Please make sure you have a valid license.b...
分类:
系统相关 时间:
2014-10-09 16:05:28
阅读次数:
394
[leetcode]Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center)....
分类:
其他好文 时间:
2014-10-09 15:33:58
阅读次数:
193
#!/bin/bash
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin
export PATH
# Check if user is root
if [ $(id -u) != "0" ]; then
echo "Error: You must be root to run this scr...
分类:
其他好文 时间:
2014-10-09 14:51:44
阅读次数:
267
上面的这种用的是方法类,大方法是register,里面定义的二个小方法,一个是对用户名的check,一个是对密码的check.个人觉得通过域,来对function进行管理,规划最简单明了。
分类:
Web程序 时间:
2014-10-09 01:55:47
阅读次数:
261
问题: Given two binary trees, write a function to check if they are equal or not. Two binary trees are considered equal if they are structurally identic...
分类:
其他好文 时间:
2014-10-07 17:55:43
阅读次数:
127
原文转自:http://scottksmith.com/blog/2014/09/29/3-essential-sublime-text-plugins-for-node-and-javascript-developers/Check out these 3 great and essential ...
分类:
编程语言 时间:
2014-10-07 03:59:42
阅读次数:
312