1. 初次使用AndroidStudio时,准备 Run app时出现这个错误,根据提示使用SDK manager下载 Intel HAXM仍然有这个问题。 Cannot lanuch AVD in emulator. Outout: emulator: ERROR: x86 emulation currently requires hardware acceleration! Please ensure Intel HAXM is properly installed and usab ...

    阅读全文
  2. Linux下创建用户和用户组是通过useradd和groupadd指令来实现的,mac OS居然不支持! mac OS下创建用户和用户组就是通过界面来实现的。就连/etc/passwd中也找不到我们创建的用户。因为mac OS是基于BSD的用户管理模式。mas OS有很多门道道跟一般的linux版本不一样。 偏好设置(preference)->用户和用户组Users & User Groups->取消锁定后点击+来创建。 ...

    阅读全文
  3. vi/vim下显示中文为乱码。这时需通过设置下字符集来解决显示问题。 set encoding=utf-8 设置前 设置后 ...

    阅读全文
  4. 51360

    竞品分析网站 www.owler.com 成立于2011年, 总部在美国 加利福尼亚州 圣马提奥, 迄今已有超1.5M用户。 网站提供国内外知名上市企业及大量初创企业信息。包含公司各项基本公开信息, 发展历程,员工数量及预估年度利润,公司对外投资信息及历年所获风投资金信息。同时, 网站还提供当前行业内十大竞争对手数据分析并集成了目标公司及主要竞争对手近期在各大网站宣传渠道发布的各类信息和相关新闻。对于付费用户,更提供深度数据分析下载。 ...

    阅读全文
  5. mysql 导出来的dump里有一些注解代码: /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES ...

    阅读全文
  6. 转载自http://www.cnblogs.com/zhoug2020/archive/2012/02/22/2362531.html  摘要:本文详解用户(User)和用户组(Group)的配置文件,本文是《Linux 用户(User)和用户组(Group)管理概述》文档的关健部份的细化;通过本文,您至少能明白/etc/passwd /etc/group ,以及什么是UID和GID 等;其中对UID的重要性加以详细的论述;最后,本文还以通过修改用户及用户组配置文件的办法来实 ...

    阅读全文
  7. 国内CRM厂商2018-09-19

    销售易 纷享销客   ...

    阅读全文
  8. 72340

    Setup instructions Note: Although the demo implementations contained in this repository include source files from remote servers, it is recommended to download all dependencies and upload them to your own server. This excludes script files hoste ...

    阅读全文
  9. PHP中可以修改HTTP header的几个函数如下: header /header_remove session_start/session_regenerate_id setcookie/setrawcookie 如果在使用上面函数时出现了 Warning: Cannot modify header information - headers already sent (output started at script:line) 根本原因就是应该在o ...

    阅读全文
  10. As a developer, it is often impossible for you to anticipate all the database columns and UI fields your customers might need, or how each field should look as end user needs change. Flexfields enable customers to configure their applications to meet ...

    阅读全文
  11. 一个warning message导致navigation失败。网上搜的一些资料先记录在这. https://stackoverflow.com/questions/30128395/identifying-and-solving-javax-el-propertynotfoundexception-target-unreachable https://stackoverflow.com/questions/7031885/how-to-choose-the-right-bean ...

    阅读全文
  12. 如何更大限度地提高网站响应速度,其中一个办法就是启用web 服务器的内容压缩功能。 下面的案例在未启用前347毫秒。 General Request URL:http://www.soosmart.com/topic/add.html Request Method:GET Status Code:200 OK Remote Address:118.123.166.150:80 Response Headers Cache-Control:private ...

    阅读全文
  13. 最近在解决一个客户的Escalation时,花了较多的时间解决了server端的问题,并加了更详细的log. 原先问题解决后,发现在客户的环境下出现了新的问题。没有response返回到client。server端抛出如下错误: java.io.IOException: java.net.SocketException: Connection reset at java.net.SocketOutputStream.socketWrite(SocketOutputStream.j ...

    阅读全文
  14. Spring Boot为Spring MVC 提供了 auto-configuration. The auto-configuration adds the following features on top of Spring’s defaults: Inclusion of ContentNegotiatingViewResolver and BeanNameViewResolver beans. Support fo ...

    阅读全文
  15. 根据 https://github.com/nvm-sh/nvm 安装NVM时(Mac环境),安装完后执行nvm ls-remote返回N/A. (应该列出remote的nodejs版本信息)。 这是我的网络环境使用了proxy,设置代理后解决问题。 export http_proxy=http://proxyhost:port export https_proxy=http://proxyhost:port 这是我的case, 其他原因可以参考htt ...

    阅读全文
  16. Linux常用命令 rm -rf foldername grep “searchStr” folder grep “searchStr” file grep -i “searchStr” file //case-insensitive grep -v “searchStr” file //print lines not including the “searc ...

    阅读全文
  17. Expressions of time and place Expressions of time and place - 时间和地点状语 在英语中, 时间状语一般置于句尾。   例如: Let's meet on Tuesday.   (我们周二见面吧。)   Do you want to go at 9?   ...

    阅读全文
  18. 转载自:https://www.ibm.com/developerworks/cn/java/j-lo-jsonlib/index.html 概述 如今大量的 Web 站点应用了 AJAX 技术,通过更少的数据通讯,服务器能够更快的反馈用户请求,再通过 Javascript 的控制,让使用者有了更好的用户体验。JSON 是一种轻量级的数据交换语言,它是 Javascript 的一个子集,又有良好的可读性,经常用于客户端和服务器间的数据交换。因此,在服务器端,常常需要将实体对象(Jav ...

    阅读全文
  19. MvcUriComponentsBuilder 和 ControllerMethodInvocationInterceptor的解读   ControllerMethodInvocationInterceptor实现了CGLIB的MethodInterceptor,所以是CGLIB动态代理的方法拦截器,从命名来看是对Controller的方法做了争强。同时也实现了org.aopalliance.intercept.MethodInterceptor private ...

    阅读全文
  20. 这是一份由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的用户转化 ...

    阅读全文