1. 44730

    如何debug SSL通信信息? 设置: -Dssl.debug=true -Dweblogic.StdoutDebugEnabled=true -Djavax.net.debug=all ...

    阅读全文
  2. 启动SoapUI5.3后几秒钟后crash重启。重启后仍然不工作。 后台hs_err_pidxxxx.log内容如下: [134 Michal-MBP:Applications kolisko$ SoapUI-5.3.0.app/Contents/MacOS/JavaApplicationStub Configuring log4j from [/Applications/SoapUI-5.3.0.app/Contents/java/app/bin/soapui-log4j. ...

    阅读全文
  3. 学习media query可以参考官方网址: https://www.w3.org/TR/css3-mediaqueries/ 今天运到一个问题,在使用chrome调试media query效果时,使用调试窗口来调整页面大小,效果如期望的展现。但是如果直接调整浏览器大小,部分大小时候做到了自适应,但是当窗口resize到一定大小后,并没有发生变化。不知道是不是浏览器的bug. 代码如下: @media screen and (max-width: 450px) ...

    阅读全文
  4. WordPress 主题教程 创建 WordPress 主题其实不难,只要你从现在开始认真学习这个教程,从零一步一步开始,你就会成为一个 WordPress 主题制作高手,至少你会修改现有主题。 下面是一个从零开始制作 WordPress 主题的教程,它会一步一步教你如何制作 WordPress 主题。 WordPress 主题教程:从零开始制作 WordPress 主题 WordPress 主题教程 #1:介绍 WordPress 主题教程 #2:模板文件和模板 ...

    阅读全文
  5. Attributes vs. Properties The difference between attributes and properties can be important in specific situations. Before jQuery 1.6, the .attr() method sometimes took property values into account when retrieving some attributes, which could ca ...

    阅读全文
  6. 44530

    Android新手入门之开发流程。本文为官网的阅读摘要和理解。详细内容请参考官网文档。 主要有7个步骤: Setting Up Virtual Devices Using Hardware Devices Managing Projects Building and Running Testing Debugging Publishing 从这个图上也可以简单归纳为4个流程:1)环境搭建 2)开发 3)测试和调试 4)发布 开发( ...

    阅读全文
  7. 常常会有数值字符串转换成数值类型的要求。 Integer.parseInt()的使用 public static int parseInt(String s, int radix) throws NumberFormatException Parses the string argument as a signed integer in the radix specified by the second arg ...

    阅读全文
  8. http://stackoverflow.com/questions/9437584/what-does-webkit-min-device-pixel-ratio-2-stand-for http://stackoverflow.com/questions/16030041/media-query-pixel-density-and-max-width-together http://stackoverflow.com/questions/15975432/webkit-min- ...

    阅读全文
  9. 2015年双十一活动已经开始了。 今年双十一攻略excel,供大家看看,看看一折二折是不是你的菜。有没有用自己看吧,点击图标自己下载吧。           淘宝官方更多活动: 玩游戏拿红包-->2015天猫双11全球狂欢节-官方主会场,5折包邮  点我点我活动多多 天猫双11淘客成交主会场-提前狂欢,全场低至2折起  点我点我活动多多 ...

    阅读全文
  10. 官方文档:http://docs.oracle.com/cd/E23943_01/apirefs.1111/e12419/tagdoc/af_column.html 文章摘录以便快速阅读。 <af:column> UIComponent class: oracle.adf.view.rich.component.rich.data.RichColumn Component type: oracle.adf.RichColumn The ...

    阅读全文
  11. 初涉及Andriod App开发,按照文档搭建开发环境时,如果某一步没有执行成功就有可能如有下面的问题,无法选择Theme, 不论是Holo Light with Dark Action Bar, 还是Holo Light, Holo Dark,甚至是None。如下图,这里的原因是Andriod SDK并没有安装成功。 解决办法: 重新安装Andriod SDK。 先下载Andriod SDK Manager, 然后通过SDK Manager来下载SDK等其他 ...

    阅读全文
  12. 这是2017年编程语言排名。 javaScript 依然稳居榜首,Java 紧随其后;PHP 在此榜单上首次出现下降,被 Python 反超,但仍然很受欢迎,排名第四;Ruby 从第五名降至第七;TypeScript 首次进入前二十强。 stackoverflow 2017年开发者调研报告:JavaScript 连续五年夺得最常用编程语言。 SQL 再次占据第二位,Java 第三。 而 Python 在五年内首次超过了 PHP。 ...

    阅读全文
  13. 参考这篇文章:http://dkleppinger.blogspot.jp/2015/04/adding-qbe-operators-to-date-column.html This example presumes you already have a table with filterable columns. You should have a search region in your bindings executable list. Mine is called re ...

    阅读全文
  14. 这篇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   ...

    阅读全文
  15. 在通过控制面板的程序中删除瑞星杀毒软件后,发现其没有被彻底删除。重启系统后发现仍然有瑞星的后台程序在运行,并访问瑞星网站,发出一堆请求后下载一些不知名的程序。 通过fiddler可以清楚的看到。 于是搜了下如何彻底删除瑞星. 方法: 1. 首先找到目录C:\Program Files (x86)\Rising\RSD 2. 然后运行 Setup.exe /UNINSTALL /PRODUCT=RAV Setup.exe /UNINSTALL /P ...

    阅读全文
  16. 2*泉林本色(39.9)+1*清风纯水(42.9) + 3*妙洁垃圾袋(8.9)+1*泉林本色卫生卷纸(49.8)=199.2 -100(满188减100的券)=应付99.2元(正好免运费)四箱三袋           ...

    阅读全文
  17. JWT简介2018-07-18

    JWT: JSON Web Token, 是一个Open standard for Passing claims (Security information) Between two paties. 申明传输。它是: Self-containded: carries all the informaiton necessary within itself. JSON object on its own. 主要被用在:Mainly used in web appl ...

    阅读全文
  18. spring boot存放views的默认路径在哪呢? 写了一个简单Controller的ExceptionHandler,代码如下: 目的是访问/demoexception时估计抛出exception,被controller中定义的exceptionhandler捕获并返回给view error3来显示。 @Controller public class SelfExceptionController { @RequestMapping(&quo ...

    阅读全文
  19. 当连接SSL server时出现下面的错误,这是因为当你的application试图通过SSL连接另一个application时(HTTPS,IMAPS,LDAPS),它只能够连接它信任的application。信任的方法就是使用的trust store里导入对应的certificate, 或者certificate是被它信任的known CA签发的。通常在$JAVA_HOME/lib/security/cacerts这个默认的truststore中。 javax.net.ssl.SS ...

    阅读全文
  20. spring-boot-autoconfigure-2.1.4.release.jar下的spring-autoconfigure-metadata.properties #Thu Apr 04 02:08:30 GMT 2019 org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration.AutoConfigureAfter=org.springframework.b ...

    阅读全文