- 博客(6)
- 收藏
- 关注
AngularJS入门教程05:XHR和依赖注入 遇到的问题
打开网页时不起作用解决方法: 使用chrome浏览器, 并且在后面加上参数--allow-file-access-from-files或者使用firfox浏览器这样,$http.get('phones/phones.json')才能起作用 $scope.orderProp = 'age';这句话似乎不起作用其实不然,这句话是起作用的。当迭代phones 时加上orderBy:or...
2013-02-20 16:43:38 135
原创 Grails 启动参数和IntelliJ Idea的设置
1. 启动grails grails run-app 如果插入数据,重启后数据就没有了。如果想保存数据,运行下面一条命令. grails prod run-app 现在处于生产模式下, 数据将在重新启动前保存 2. 设置端口号 -Dserver.port=8081 3. 设置ip地址(可通过IP访问) -Dserver.host=ip_address 例如:r...
2013-02-20 15:58:43 939
原创 git 分支的操作
命令窗口输入: git branch -a 创建一个本地的分支:git checkout -b branch_name 创建一个远程分支:git push origin branch_name 切换分支:git checkout branch_name 删除一个本地分支:git branch -D branch_name 删除一个远程分支: git push origin :branc...
2013-02-20 15:46:30 173
IntelliJ IDEA 将项目和svn/git同步
菜单VCS --> Enable Version Control Integration --> 选中subversion或者git
2013-02-20 15:42:57 627
原创 hibernate 查询包含中文参数
Hibernate 查询时,包含中文参数,查询不到结果,网上查说要加下面三个属性: <bean id="sessionFactory" class="org.springframework.orm.hibernate3.LocalSessionFactoryBean"> <property name="hibernateProperties"> ...
2013-01-10 16:07:04 238
原创 DbVisualizer 8 解决中文乱码问题
参考http://blog.chinaunix.net/uid-26640696-id-3128544.html 在SQL Commander中,sql语句中如果有中文,显示是‘口口口’。 解决办法如下: 在Tools->tool Properties->General->Appearance->Fonts->SQL Editor选择PMingLiU...
2013-01-10 15:59:48 568 1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人