码迷,mamicode.com
首页 >  
搜索关键字:ecif    ( 899个结果
Web Service 之Axis(二)
点击Admin这个链接,可以看到要输入用户名和密码,用户名和密码在Tomcat_Home\webapps\axis2\WEB-INF\conf下的axis2.xml中可以找到 <parameter name="userName">admin</parameter> <parameter name=" ...
分类:Web程序   时间:2017-10-30 19:34:47    阅读次数:206
phpredis中文开发文档
刚好要用看了网上翻译版本都是2011,2012年的,随手翻译一下新版 2017年10月28日23:48:08 使用方法 : Ctrl+F 官方英文版 https://github.com/phpredis/phpredis Installation Installation on OSX Build ...
分类:Web程序   时间:2017-10-29 00:32:52    阅读次数:354
Why does the memory usage increase when I redeploy a web application?
That is because your web application has a memory leak. A common issue are "PermGen" memory leaks. They happen because the Classloader (and the Class ...
分类:移动开发   时间:2017-10-28 15:37:53    阅读次数:259
Linux I2C设备驱动编写(一)【转】
本文转载自:http://blog.csdn.net/airk000/article/details/21345457 在Linux驱动中I2C系统中主要包含以下几个成员: I2C adapter 是CPU集成或外接的I2C适配器,用来控制各种I2C从设备,其驱动需要完成对适配器的完整描述,最主要的 ...
分类:系统相关   时间:2017-10-28 12:38:49    阅读次数:286
04-String课后动手动脑
一.String.equals()方法 public final class String implements java.io.Serializable, Comparable<String>, CharSequence { /** The value is used for character ...
分类:其他好文   时间:2017-10-27 13:36:34    阅读次数:167
mysql配置文件my.ini的修改问题
修改innodb_buffer_pool_size这个参数一般都没问题,但是修改innodb_log_file_size这个参数如果过大,mysql日志就会提示: Error: log file .\ib_logfile0 is of different size 0 56623104 bytesI ...
分类:数据库   时间:2017-10-27 11:33:57    阅读次数:178
PAT1124:Raffle for Weibo Followers
1124. Raffle for Weibo Followers (20) 时间限制 400 ms 内存限制 65536 kB 代码长度限制 16000 B 判题程序 Standard 作者 CHEN, Yue 时间限制 400 ms 时间限制 400 ms 内存限制 65536 kB 内存限制 6 ...
分类:其他好文   时间:2017-10-27 01:47:14    阅读次数:151
其他的一些利用了分治算法的1
**小白一枚,欢迎指教 Question: You are interested in analyzing some hard-to-obtain data from two separate databases. Eachdatabase contains n numerical values, ...
分类:编程语言   时间:2017-10-27 01:17:03    阅读次数:269
Java中hashCode的作用
哈希表这个数据结构想必大多数人都不陌生,而且在很多地方都会利用到hash表来提高查找效率。在Java的Object类中有一个方法: 根据这个方法的声明可知,该方法返回一个int类型的数值,并且是本地方法,因此在Object类中并没有给出具体的实现。 为何Object类需要这样一个方法?它有什么作用呢 ...
分类:编程语言   时间:2017-10-25 19:44:51    阅读次数:201
Ambient Light
【Ambient Light】 Ambient light is light that is present all around the scene and doesn’t come from any specific source object. It can be an important c ...
分类:其他好文   时间:2017-10-24 11:34:47    阅读次数:218
899条   上一页 1 ... 63 64 65 66 67 ... 90 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!