1.关闭防火墙 service iptables stop chkconfig iptables off 2.weblogic unable to get file lock问题 http://blog.csdn.net/msdnchina/article/details/38142563 http ...
分类:
Web程序 时间:
2017-07-10 23:37:12
阅读次数:
272
工厂方法(Factory Method)模式就是定义一个创建对象的工厂接口,将实际创建工作推迟到子类当中。 核心工厂类不再负责具体产品的创建,仅提供了具体工厂子类必须实现的接口,这样核心类成为一个抽象工厂角色,这样做的好处是工厂方法模式可以使系统在不修改具体工厂角色的情况下进行引进新的产品。 在Fa ...
分类:
其他好文 时间:
2017-07-10 23:31:41
阅读次数:
122
亲爱的读者们,你们好 !年底将近,分享从过去一年你最喜欢的技巧和建议作为礼物送给新手们。提交你的最喜欢的迅速或objc琐事,实用的提示,意外的发现,实用的解决方法,没用的迷恋,或不论什么其它你认为今年非常酷。就在以下写下你的评论! 笔者分享总结例如以下(本篇会不定期进行更新) : objective ...
分类:
编程语言 时间:
2017-07-10 22:24:28
阅读次数:
408
linux驱动之中断方式获取键值 回想在单片机下的中断处理 分辨是哪个中断调用处理函数清中断 1、中断框架 trap_int 中构造 trap_int函数就是一些跳转指令 b... b... b vector_irq + stubs_offset ;vector_irq是链接地址 stubs_off ...
分类:
系统相关 时间:
2017-07-10 20:10:08
阅读次数:
254
1、ArrayList java.util.ArrayList<E> add(E e) //插入尾部 add(int index, E element) remove(int index) remove(Object o) get(int index) indexOf() lastIndexOf() ...
分类:
编程语言 时间:
2017-07-10 20:08:31
阅读次数:
165
背景:后台定时任务脚本每天凌晨5点30会执行一个批量扫库做业务的逻辑。 gc错误日志: 借鉴于:understanding-cms-gc-logs 得知导致concurrent mode failure的原因有是: there was not enough space in the CMS gene ...
分类:
其他好文 时间:
2017-07-10 16:33:38
阅读次数:
417
Android 6.0 变化 Android 6.0 ChangesIn this document执行时权限Runtime PermissionsDoze and App Standby阿帕奇 HTTPClient 移除Apache HTTP Client RemovalOpenSSL 的分支 B ...
分类:
移动开发 时间:
2017-07-10 13:27:17
阅读次数:
310
原文出自:http://www.cnblogs.com/yangecnu/p/Introduction-Stack-and-Queue.html 1. 基本概念 概念很简单,栈 (Stack)是一种后进先出(last in first off,LIFO)的数据结构,而队列(Queue)则是一种先进先 ...
分类:
编程语言 时间:
2017-07-10 13:11:31
阅读次数:
168
Android has long struggled with high latency for audio. Due to this, professional audio apps were never possible on the platform. Google has been tryi ...
分类:
其他好文 时间:
2017-07-10 01:13:26
阅读次数:
178
1.tutorial08.cpp // Include standard headers #include #include #include // Include GLEW #include // Include GLFW #include GLFWwindow* window; // Inclu... ...
分类:
其他好文 时间:
2017-07-10 00:36:45
阅读次数:
518