随笔分类 - 历史目录
规整目录
摘要:$heroku create出现下面的错误: Creating app... !!! ▸ ENOTFOUND: getaddrinfo ENOTFOUND api.heroku.com api.heroku.com:443 2016/03/17 15:20:05 Error: getaddrinfo
阅读全文
摘要:heroku login heroku-cli: Installing Toolbelt v4... ! Heroku client internal error. ! Search for help at: https://help.heroku.com ! Or report a bug at:
阅读全文
摘要:翻译:https://toolbelt.heroku.com/ 1、注册一个heroku账户2、运行$wget -O- https://toolbelt.heroku.com/install-ubuntu.sh | sh3、什么是heroku toolbelt heroke client --用来创
阅读全文
摘要:the problem have sovled throught changing the ruby version I used rails 3.2 and ruby .2.2 has this problem, changing the lower ruby version will sovle
阅读全文
摘要:The ruby version what I used need lower,changed, run $rvm use |rubyVersion| --default $cd |project| $bundle install finally, the ruby version what you
阅读全文
摘要:changing ruby version checking ruby version run(if you had have install rvm to manage rubies: $rvm list $rvm use ruby-2.0.0-p643 --defualt changing ra
阅读全文
摘要:http://help.163.com/09/1223/14/5R7P6CJ600753VB8.html
阅读全文
摘要:Problem: the layout and src is empty after creating a new android project. Solution: choose "empty activity" instead of "blank activity" when building
阅读全文
摘要:Problems: [2016-03-10 08:19:22 ] Failed to install *.apk on device 'emulator-5554': timeout[2016-03-10 08:19:22] Launch canceled! Solution: adb kill-s
阅读全文
摘要:As we know, the android development environment need four part: JDK SDK IDE ADT. Problems: there are JDK versions from different companise. Previous,
阅读全文
摘要:dash 在ubuntu按super键出现的页面,主要是搜索应用程序和文件 hud 在ubuntu按alt健出现的页面,主要是用于网络搜索 launcher 桌面左边的一排桌面图标 更多的他们的使用与区别留意http://www.geekpark.net/topics/157651
阅读全文
摘要:情况: 修改了/etc/environment里的环境变量,导致进入ubuntu系统时一直停留在登陆界面,输入正确的密码也登陆不了 解决: 在登陆界面按ctr+alt+f2,输入账户和密码,进行修改环境变量 平时注意: 在修改任何的环境变量文件时,最好还是先备份下 进一步: 如果sudo也失效,则输
阅读全文
摘要:从大一开始,老师就说精通一门语言,就可以很快地学习入门其他的语言,这句话一点也不假。其深沉的含义是,思想区别不大,主要的区别在于语法。经过学习,觉得很多语言其实也是相同的,比如顺序,循环,结构体,类,抽象,封装,继承...基本所有的语言都离不开。在学校,从c、c++、sql server、data
阅读全文
摘要:#http://weibo.com/liubingshao#http://t.qq.com/liubingshao#https://twitter.com/liubingshao#https://plus.google.com/u/0/109561121415190390031/#Technical
阅读全文
摘要:<% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; %
阅读全文
摘要:以Load事件为例,Page类中已经有OnLoad方法来处理这个事件,如果你不在.cs文件中override这个方法的话,在页面执行阶段只会执行Page类中的OnLoad方法,那为什么我们在.cs文件中没有override这个方法而直接写Page_Load方法也可以处理Load事件呢?是因为在asp
阅读全文
摘要:区别:服务器端控件都会有个runat="Server"属性,这样才能够在后台对其进行设置修改,也就是在cs代码里面能对其修改设置。你做下测试 你放个HTML控件 在CS代码是引用不出控件名的然后你个HTML控件加上runat="Server" 在CS代码就能引用该控件了本质上ASP.NET 的服务器
阅读全文
摘要:外部样式表 当样式需要应用于很多页面时,外部样式表将是理想的选择。在使用外部样式表的情况下,你可以通过改变一个文件来改变整个站点的外观。每个页面使用 <link> 标签链接到样式表。<link> 标签在(文档的)头部: <head> <link rel="stylesheet" type="text
阅读全文
摘要:前者是超文本标记Hypertext Markup后者是超文本标记语言Hypertext Markup Language可以说htm = html同时,这两种都是静态网页文件的扩展名,扩展名可以互相更换而不会引起错误(这是指打开而言,但是对于一个链接来说,如果它指向的是一个htm文件,而那个htm文件
阅读全文
摘要:服务器端生成的 JavaScript 响应 英文原文:Server-generated JavaScript Responses Basecamp中的大多数Ajax操作都是在处理服务器生成的JavaScript响应(SJR)。它的工作原理是这样的: 表单通过一种XMLHttpRequest驱动的形式
阅读全文
浙公网安备 33010602011771号