码迷,mamicode.com
首页 >  
搜索关键字:named    ( 2321个结果
Python File I/O
File is a named location on disk to store related information. It is used to permanently store data in a non-volatile memory (e.g. hard disk). Since, ...
分类:编程语言   时间:2016-08-21 22:38:22    阅读次数:221
Spring:No bean named 'beanScope' is defined
初学Spring,“No bean named 'beanScope' is defined”这个问题困扰了我好几个小时,查资料无果后,重写好几遍代码后发现问题居然是配置文件不能放在包里。。。要放在src的直接目录下。。。心碎了一地。。。 使用的是 windows 10 / eclipse 4.5. ...
分类:编程语言   时间:2016-08-21 21:22:51    阅读次数:520
配置缓存DNS服务器和主DNS服务器
规划:域:fsy.com地址段:172.16.100.0/24ns地址:172.16.100.3www地址:172.16.100.3,172.16.100.5mail地址:172.16.100.4ftp别名:www一.配置缓存DNS服务器:1.安装软件包[root@fsy-Centos6~]#yum-yinstallbind2.备份主配置文件[root@fsy-Centos6~]#mv/etc/named.conf/etc/..
分类:其他好文   时间:2016-08-21 16:58:09    阅读次数:246
mybatis 对于基本类型数据传值的问题
最近在开发的时候,遇到一个小问题: Caused by: org.apache.ibatis.reflection.ReflectionException: There is no getter for property named 'DomainID' in 'class java.lang.In ...
分类:其他好文   时间:2016-08-21 13:48:09    阅读次数:410
python打怪之路【第二篇】:ImportError: No module named setuptools
在python安装第三方模块时出现如下错误: python错误:ImportError: No module named setuptools这句错误提示的表面意思是:没有setuptools的模块,说明python缺少这个模块,那我们只要安装这个模块即可解决此问题,下面我们来安装一下: 在shel ...
分类:编程语言   时间:2016-08-21 12:19:42    阅读次数:144
Vue系列:通过vue-router如何传递参数
使用vue-router 来实现webapp的页面跳转,有时候需要传递参数,做法如下:参考文献:http://router.vuejs.org/en/named.html 主要有以下几个步骤:(1) 设置好路由配置router.map({ '/history/:deviceId/:dataId': ... ...
分类:其他好文   时间:2016-08-17 13:41:36    阅读次数:429
HDU 5832 A water problem 【大数取模,Java 大数也不是万能的。。】
A water problem Description Two planets named Haha and Xixi in the universe and they were created with the universe beginning. There is 73 days in Xixi a year and 137 days in Haha a year. ...
分类:编程语言   时间:2016-08-15 19:14:37    阅读次数:272
图片 64 位编码 转换 小记
accepted Swift First we need to have image's NSData //Use image name from bundle to create NSData let image : UIImage = UIImage(named:"imageNameHere") ...
分类:其他好文   时间:2016-08-15 14:33:47    阅读次数:164
CCPC网赛,HDU5832_ A water problem
Problem Description Two planets named Haha and Xixi in the universe and they were created with the universe beginning. There is 73 days in Xixi a year ...
分类:其他好文   时间:2016-08-14 23:47:12    阅读次数:194
HDU 5832 A water problem(取模~)—— 2016中国大学生程序设计竞赛 - 网络选拔赛
传送门 A water problemTime Limit: 5000/2500 MS (Java/Others)    Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 60    Accepted Submission(s): 37Problem Description Two planets named Haha...
分类:其他好文   时间:2016-08-14 19:26:59    阅读次数:232
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!