上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 44 下一页
摘要: Sample.html <!DOCTYPE html> <html ng-app="myApp"> <head> <title>form</title> <script type="text/javascript" src="js/angular.min.js"></script> </head> 阅读全文
posted @ 2016-01-30 23:13 魔豆 阅读(1797) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html ng-app="myApp"> <head> <title>angularjs-setValue</title> </head> <body ng-controller="body"> <input type="text" name="input1" ng 阅读全文
posted @ 2016-01-30 15:12 魔豆 阅读(1706) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html ng-app="myApp"> <head> <title>angularjs-validate</title> <script type="text/javascript" src="js/angular.min.js"></script> </head 阅读全文
posted @ 2016-01-30 15:01 魔豆 阅读(259) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html ng-app="myApp"> <head> <title>angularjs-setValue</title> </head> <body ng-controller="body"> <input type="text" name="input1" ng 阅读全文
posted @ 2016-01-30 14:38 魔豆 阅读(1421) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html ng-app="myApp"> <head> <title>angularjs-focus</title> </head> <body> <input type="text" set-Focus=""> <script type="text/javascr 阅读全文
posted @ 2016-01-30 14:05 魔豆 阅读(1217) 评论(0) 推荐(0) 编辑
摘要: 1、安装 node.js https://nodejs.org/en/ 2、安装asar npm install -g asar 3、安装atom https://atom.io/ 4、安装electron https://github.com/atom/electron/releases 我下载的 阅读全文
posted @ 2016-01-30 10:30 魔豆 阅读(333) 评论(0) 推荐(0) 编辑
摘要: 先查看java的安装情况:# rpm -qa|grep java卸载:rpm -e --nodeps *******然后再安装就可以了 阅读全文
posted @ 2016-01-04 16:43 魔豆 阅读(452) 评论(0) 推荐(0) 编辑
摘要: 往文件/etc/rc.d/rc.local中追加内容即可,如:/mongodb/start_mongoDB.sh 阅读全文
posted @ 2016-01-04 16:39 魔豆 阅读(243) 评论(0) 推荐(0) 编辑
摘要: 安装tomcat前需要先安装jdk,安装jdk的方法参考我的上一篇文章:liunx系统安装jdk的方法 1、下载tomcat 下载地址:http://tomcat.apache.org/download-60.cgi 我下载的是apache-tomcat-6.0.44.zip 2、安装tomcat 阅读全文
posted @ 2016-01-04 00:06 魔豆 阅读(266) 评论(0) 推荐(0) 编辑
摘要: 1、下载jdk下载地址:http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-javase6-419409.html#jdk-6u45-oth-JPR我下载的是jdk-6u45-l... 阅读全文
posted @ 2016-01-03 23:13 魔豆 阅读(209) 评论(0) 推荐(0) 编辑
摘要: 1、查看程序运行情况 ps -ef|grep mongodb 2、杀进程 kill -9 num 3、查看日志 tail -f file.log 4、给目录赋予权限 chmod -R 755 mongodb 5、查看IP地址 ifconfig -a 6、查看当前路径 pwd 7、重启系统 reboo 阅读全文
posted @ 2015-12-31 11:20 魔豆 阅读(173) 评论(0) 推荐(0) 编辑
摘要: ResourceBundle用来读取properties配置文件,配置文件的位置只能放到src根目录下,当然这个功能的目的是为了实现国际化。代码如下:package com.comp.common;import java.util.Locale;import java.util.ResourceBu... 阅读全文
posted @ 2015-12-26 11:36 魔豆 阅读(1120) 评论(0) 推荐(0) 编辑
摘要: 登录到服务器执行 lsb_release -a ,即可列出所有版本信息,例如:[root@SOR_SYS ~]# lsb_release -aLSB Version: :core-4.0-amd64:core-4.0-ia32:core-4.0-noarch:graphics-4.0-amd64:g... 阅读全文
posted @ 2015-12-21 15:48 魔豆 阅读(249) 评论(0) 推荐(0) 编辑
摘要: .layer { opacity:0.9; filter:alpha(opacity=90); zoom:1;} 阅读全文
posted @ 2015-12-10 14:52 魔豆 阅读(701) 评论(0) 推荐(0) 编辑
摘要: 右键项目-》属性-》java bulid path-》jre System Library-》access rules-》resolution选择accessible,下面填上** 点击确定即可! 阅读全文
posted @ 2015-12-04 14:15 魔豆 阅读(143) 评论(0) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 44 下一页