1. Andriod 开发者指南: 官网信息: 培训材料 http://developer.android.com/training/index.html API资料  http://developer.android.com/guide/index.html API参考 http://developer.android.com/reference/packages.html 开发者工具&nb ...

    阅读全文
  2. 找不到AVD or SDK manager in Eclipse,网上查了一下,解决办法很简单: 进入Window --> Customize Perspective...-->Command Groups Availablity->选中Andriod SDK and AVD Manager即可。 原先工作的挺好的,后来重新安装了SDK后,就发现SDK Manager不工作,然后进入Eclipse后就找不到SDK Manager和AVM Manager.不知道是不是 ...

    阅读全文
  3. 在使用代理的时候通过Andriod SDK Manager安装Andriod SDK时常遇到这样的错误: *SDK manager Log* Fetching https://dl-ssl.google.com/android/repository/addons_list-2.xml Fetched Add-ons List successfully Fetching URL: https://dl-ssl.google.com/android/repository/reposi ...

    阅读全文
  4. mac下搭建LAMP环境:  http://jingyan.baidu.com/article/0aa22375b553a488cc0d64b5.html  本文是在参考上面链接的基础上做的纪录。 mysql installation in Mac 安装mysql的流程主要还是参考mysql官网上的文档,主要分三步:安装前准备,安装,安装后的设定。 DMG installer: mysql 5.6.34 安装完后需要重置mysql user& ...

    阅读全文
  5. 推荐阅读 http://dmitrysoshnikov.com/ecmascript/javascript-the-core/  stockoverflow的图解: 说明: Object.__proto__指向Function.prototype Function.__proto__指向Function.prototype Cat.__proto__指向Function.prototype mycat.__proto__指向Cat.prot ...

    阅读全文
  6. 如何对svn库中的文件更名?how to rename a file in svn? 在workcopy中 svn rename wc(本地原来目录名/文件名) wc(重命名后的目录名/文件名)  svn ci -m “ ” 将重命名提交到版本库  在repository中 svn rename URL(版本库里原目录名/文件名) URL(重命名后库里的目录名/文件名) -m “ ”  ...

    阅读全文
  7. #1.下载jdk(jdk1.8) wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/8u60-b27/jdk-8u60-linux-x64.tar.gz #2.安装jdk echo "正在创建/usr/ ...

    阅读全文
  8. ant官方文档:http://ant.apache.org/manual/index.html  filter: Sets a token filter for this project, or reads multiple token filters from a specified file and sets these as filters. Token filters are used by all tasks that perform file-copying op ...

    阅读全文
  9. https://www.djangoproject.com/ Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of Web development, so you can focus on ...

    阅读全文
  10. 51210

    键盘突然打不出来字,按什么都没有反应! 难道电脑被骇客了?!!! 赶快硬重启!!!!!!! 嗯?还是不能输入密码登录系统?!!! 骇客这么牛!!!!能在Windows启动前就能控制电脑?!!! 瞎敲键盘一通!!!! 还是不工作!!!!! NM,太牛了,难道真中枪了?!!! 再硬重启一次???? 揉揉眼睛,好好想想。。。。。。。。。。 恩?这个键好像没有弹起来?!!!! 再揉揉眼睛,看看清楚。。。。。。。 NM,是的,就是你! ...

    阅读全文
  11. 编写js时仅通过点击链接仅触发事件而不需要返回值,一般通过这两个方式来实现: 第一种写法: function myJsFunc() { alert("myJsFunc"); } <a href="#" onclick="myJsFunc();">Run JavaScript Code</a> 或第二种写法: function myJsFunc() { ale ...

    阅读全文
  12. #!是特殊的表示符,其后面跟的是用来解释该脚本的shell的路径。 告诉操作系统, 此脚本的解释器为 /bin/sh 这个可执行文件 类似地, 如果你的脚本用 bash, ksh, 解释, 第一行就应该是 #!/bin/bash #!/bin/ksh 之类的 或者, 你自己定义一种脚本语言, 再自己写个解释器去执行它, 比如说叫 xshell,  放在 /usr/local/bin 下, 你的脚本第一行就应该是 #!/usr/local/bin/xshell ...

    阅读全文
  13. 51300

    这段代码抛了一个undefined variable错误 $greeting = "Let‘s welcome ".$std_name." from ".$university; 错误: Undefined variable: university in \www\mysite\index.php on line 137 解释: 尽管PHP不需要使用变量前先申明,但是推荐不要这样,因为这样可能会引起一些安全 ...

    阅读全文
  14. 50350

    Connecting to Market... Market URL Title:食为天 Pages:4 2.    Vegetables    黄瓜    5.60    2.00斤     3.    Vegetables    四季豆    4. ...

    阅读全文
  15. 46000

    百度和google的高级搜索指令: 双引号: 搜索和查询词完全匹配的页面。谷歌和百度都支持。 减号: 是排除减号后面的收索结果。百度和谷歌都支持。 星号: 通配符,可以代表任何文字。百度不支持。 inurl:  是用在查询词语出现在url中的页面。谷歌和百度都支持。 inanchor: 返回导入链接锚文字中包含查询词语。百度不支持。 intitle: 是返回title中包含查询词的页面。百度和谷歌都支持。 ...

    阅读全文
  16. 52040

    keep following things in mind: Everyone is good at estimating the small tasks which are always not bigger than 3 days. Big project can be divided into media tasks/features. Features can be divided into small tasks Tasks can be several typ ...

    阅读全文
  17. Business analysts don't always receive formal training or specific guidelines to let them know when they have produced "good" requirements. This foundation seminar provides proven, trusted methods for identifying, analyzing, specifying ...

    阅读全文
  18. Error Info2016-06-30

    <2016-06-30 01:53:50,083> <ConfigurationLoader:DEBUG> Loading configuration file :/com/agile/webfs/configuration/WebSecurity.properties <2016-06-30 01:53:50,100> <ConfigurationLoader:DEBUG> Loading configuration file :/com/ ...

    阅读全文
  19. 在client中有一个workcopy, 现在有这样一个问题? 1. 是否可以将work copy移动到其它目录中去? 答:可以 2. 是否可以将workcopy目录重新命名?答:可以 3. 是否可以将workcopy复制到其它电脑上继续使用?答:可以   参考文档: 1.http://stackoverflow.com/questions/3109939/moving-svn-working-copy-to-another-computer ...

    阅读全文
  20. 71870

    line-height 属性值可以有多种格式: normal: 默认。设置合理的行间距。 number: 设置数字,此数字会与当前的字体尺寸相乘来设置行间距。在大多数浏览器中默认行高大约是 1。 length: 设置固定的行间距。在大多数浏览器中默认行高大约是 20px %:     基于当前字体尺寸的百分比行间距。在大多数浏览器中默认行高大约是 110% 到 120%。 inherit :规定应该从父元素继承 line-height 属 ...

    阅读全文