1. 中国哲学书电子化计划: https://ctext.org/daoism/zhs 道可道,非常道;名可名;非常名。 道家思想书籍可以查看上面这个链接。 先秦两汉 -> 道家 《道家》      庄子 [战国] 公元前350年-公元前250年   内篇    外篇    杂篇   道德经 ...

    阅读全文
  2. 从Spring-core-5.1.9.RELEASE.jar中分析Spring的IoC和AOP技术实现依赖。 从下图中可以看到有三个第三方lib被repack到spring-core中来,分别是asm, cglib,和 objenesis. asm主要用在支持aspectJ的AOP,cglib主要用来实现的类的动态代理,从而进一步实现AOP,objenesis用来类的实例化。   IoC的实现主要靠java的反射机制来实现,结合了Annotation和XML来 ...

    阅读全文
  3. Oracle ADF Export功能可以参考官网文档: http://docs.oracle.com/middleware/12212/adf/develop-faces/GUID-0E90B043-0304-4337-9857-EA2632C328E5.htm#ADFUI10031   下面的文章转自 http://waslleysouza.com.br/en/2014/05/export-table-to-excel-in-oracle-adf/ ...

    阅读全文
  4. 在Mac系统中,默认输入法可以通过系统偏好来设置。设置后并不能立刻有效,需要重启。 方式如下: 1、打开系统偏好设置。 2、打开“键盘”——“输入源”选项卡 3、左边是现在系统中已经安装的输入法,选择想要设置为默认的输入法,以“搜狗拼音”为例,选中搜狗拼音,勾选下方“自动切换到文稿的输入源”即可设置好默认输入法了。 ...

    阅读全文
  5. 写断打字效果的js. html: <p class="typeIn">This is the text typed in manually.This is the text typed in manually.This is the text typed in manually. This is the text typed in manually.This is the text typed in manually.</p> ...

    阅读全文
  6. 1G内存机器一个简单的配置优化: httpd.conf: timeout 30 KeepAlive Off StartServers       5 MinSpareServers    5 MaxSpareServers     10 ServerLimit       1024 MaxClients   &nb ...

    阅读全文
  7. 48950
  8. 双十一购物清单: 【商场同款】波司登新款欧美高端短款连帽羽绒服女正品B1401050T http://item.taobao.com/item.htm?id=41375083379 【莫代尔】Jockey男士保暖内衣 修身柔软高弹保暖套装 秋衣秋裤 http://item.taobao.com/item.htm?id=40639688248 http://item.taobao.com/item.htm?id=35512799 ...

    阅读全文
  9. todo: 有空写篇关于Transaction的研究 ...

    阅读全文
  10. nginx(读着: engine x)   1) nginx的官网文档《Beginer's Guide》  这个指南大体讲了三个常用配置的例子:serving static content, setting up a simple proxy server; setting up fastCGI proxy server。 首先如何启动和停止nginx. To start nginx, run the executable ...

    阅读全文
  11. 77590

    首先 UI FRAMEWORK PAGE: mainframe.jsp 定义page layout。主要分为两大块:LeftPane & MainPane. 而mainPane中主要包含下面个部分: <div id="MainPane" class="MainPane"> <div id="sLeftHandler" style="display:block; ...

    阅读全文
  12. AOP concepts2019-08-12

    Let us begin by defining some central AOP concepts and terminology. These terms are not Spring-specific... unfortunately, AOP terminology is not particularly intuitive; however, it would be even more confusing if Spring used its own terminology. ...

    阅读全文
  13. CSS 属性组2013-10-09
    58980

    这里是快速链接,详细文档参考w3c  CSS 属性组: 背景 文本 字体 边框和轮廓 外边距 内边距 列表 内容生成 尺寸 定位 打印 表格 伪类 伪元素 提示和注释: 属性:“属性” 列指向语法、实例、浏览器支持等内容。 CSS:"CSS" 列指示属性是在哪个 CSS 版本中定义的(CSS1 还是 CSS2)。 提示:W3S ...

    阅读全文
  14. 5590

    企业中物件管理是多维度的,在PLM中可以维护物件主数据,并同步发布到周围系统中,如ERP,MES系统,SRM。当然也可以从周边系统推送到PLM中,如将SRM中的供应商信息和价格信息发布到PLM中,这取决于企业信息化建设的抉择,以及PLM模块启用的选择。 PLM中可以维护物件所有主数据:包含基本信息、BOM、变更、制造商、供应商、质量、价格、合规、使用位置、据点、相关性、附件、修改历史等等物件全生命周期全方位的企业数据,并作为主信息源在企业多部门间进行协同。 物件的基本信息在PLM中通 ...

    阅读全文
  15. 如何排查Oracle SOA Suite以及Oracle BPM Suite的疑难杂症请参考官方文档: https://docs.oracle.com/cd/E29542_01/admin.1111/e10226/appx_trouble.htm#SOAAG3705 how to troubleshoot issues you can encounter when using Oracle SOA Suite and Oracle BPM Suite, including loggi ...

    阅读全文
  16. Auxiliary verbs - 助动词 Auxiliary verbs - 助动词 助动词 have 和 be 主要用于构成各种时态。   例如: I have already eaten.   (我已经吃了。)   She is reading a book.   (她正在看书。) ...

    阅读全文
  17. 这是一份由idatalabs提供的Product lifecycle management(PLM)的市场数据。从图上看Siemens的teamcenter占领了近30%。 https://idatalabs.com/tech/product-lifecycle-management-plm Oracle的PLM策略逐渐使用Cloud的Fusion PD来取代之前的Agile9 on promise. 这将使其短期内失去更多市场,但最终效果还要看其Fusion PD的用户转化 ...

    阅读全文
  18. 这篇blog用于记录一些分享链接 2015/12: How to replace remote files with local files when debugging How to replace Javascript of production website with local Javascript? Fiddler: AutoResponder Reference   ...

    阅读全文
  19. Spring的application.properties (application.yml)的属性值参考 https://docs.spring.io/spring-boot/docs/current/reference/html/common-application-properties.html  # =================================================================== # COMMON SP ...

    阅读全文