Crunchbase https://www.crunchbase.com/search/organization.companies/field/organizations/rank_org_company/7817 Discover innovative companies and the people behind them 通过这个网站你可以看到什么? G2Crowd https://www.g2crowd.com/ ...
阅读全文Saleforce初体验,截图以便日后参考。 1. request trial usage. 2. 登录Saleforce并开始体验之旅 3. 体验4个解说。 3.1 追随潜在客户 3.2 3.2 为你的漏斗助力 3.3 开辟自己的道路 3.4 使用图 ...
阅读全文一些banner在线生成工具 http://patorjk.com/software/taag/ http://www.network-science.de/ascii/ https://www.degraeve.com/img2txt.php :'######:::'#######:::'#######:::'######::'##::::'##::::'###::::' ...
阅读全文https://hub.docker.com/r/cptactionhank/atlassian-confluence 1. docker下载confluence image 7.2.0并创建和运行该容器 docker run --detach --publish 8090:8090 cptactionhank/atlassian-confluence:7.2.0 2.访问http://ip:8090/ 就可以看到Confluence的初始化和配置页面。 ...
阅读全文ADF是基于JSF的一种J2EE开发框架,为满足快速开发,实现可见即可得。其强大的点就是快速开发,实现99%的零代码开发,只需要配置配置就能实现一个系统。其强调数据,而非UI格式的定制化。 ADF是免费的,但是其主要部署在 weblgoic上,而weblogic是收费的,而且不便宜。 ADF也是一个MVC框架,不过将Model又细分为两层(Model,Business Service)。ADF Faces->ADF Controller->ADF Model(实现数据绑定 ...
阅读全文通过下面的命令可以查看当前shell类型: echo $SHELL type其他shell来切换: $bash $csh ...
阅读全文Deployment to application servers uses deployment profiles which rely on project metadata for the default mappings. Default contributors to the profiles are based on project dependencies, although you can customize the deployment profiles to change t ...
阅读全文我们常见到在编译安装一些开源软件时,会常用到make && make install。虽然能猜到其含义。但具体&&的作用和使用注意事项是什么就需要看一下。 shell中&&和||的使用方法 &&运算符: command1 && command2 &&左边的命令(命令1)返回真(即返回0,成功被执行)后,&&右边的命令(命令2)才能够被执行; ...
阅读全文1.进入工作复本 cd ~/test 2.查看仓库地址(URL) svn info 路径: . URL: svn://192.168.1.16/web/www.kukaka.org 版本库根: svn://192.168.1.16/web/www.kukaka.org 版本库 UUID: da5e29 ...
阅读全文如何通过css来实现紧贴底部的页脚 在网页设计时存在一个非常常见的问题:一个块级样式的页脚,常常设置了特定的背景,当页面内容足够长的时候它一切正常。而当页面内容比较短的时候就会出现问题。此时的问题就是页脚不能像期望中的那样“贴紧”视口的最底部,而是紧跟在内容的下方。(悬在页面中间)。 问题的关键是页面内容的高度是动态的,不同页面高度是不一样的。通过js来计算解决不是我们期望的。在css3之前都咩有很好的解决方案。大部分解决方案都是给页脚设计一个固定的高度,然后 ...
阅读全文https://www.jetbrains.com/idea/download IntelliJ IDEA 社区版是免费的,Licence :apache2.0. 就是有点大,安装包500+M. Community Edition is open-source, licensed under Apache 2.0. Projects like Android and Swift use Apache 2.0, so you're in good comp ...
阅读全文官方文档:http://httpd.apache.org/docs/current/mod/mod_dav.html ...
阅读全文# Redis configuration file example. # # Note that in order to read the configuration file, Redis must be # started with the file path as first argument: # # ./redis-server /path/to/redis.conf # Note on units: when memory size is needed, it ...
阅读全文如何排查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 ...
阅读全文2018年Q2智能手机销量份额市场数据: 第一名:三星 第二名:华为 第三名:Apple 第四名:小米 第五名: OPPO 大体是华为和小米市场增量很大,超过40%的增长!华为超过apple成为第二,小米超过OPPO爬到第四,三星仍然是老大,仍然占有1/5市场份额!不过已经开始被蚕食市场份额。 根据研究公司Canalys的数据,2018年第二季度印度市场排名4的厂商分别是小米、三星、vivo和OPPO,四家一共抢占81%的市 ...
阅读全文Arena PLM是一家基于云的PLM解决方案提供商。 了解Arena PLM 从Arena自身了解Arena https://www.arenasolutions.com/ 官方文档可以看出是一个非常不错非常有竞争力的PLM解决方案提供商。 从第三方文章了解Arena Arena, The Cloud and the ”dirty little secret of PLM” (20 ...
阅读全文Word order 英语中的正常语序为: 主语 + 谓语动词 + 宾语 + 地点状语 + 时间状语 在疑问句中,语序一般为: (疑问词 +)助动词 + 主语 + 行为动词 + 宾语 + 地点状语 + 时间状语 例如: I like ice-cream. (我喜欢冰淇淋。) What do you like to do after work? (你下班以后想去干什么?) 与 perhaps 和 probably 相关的语序 与 too 和 enoug ...
阅读全文官方文档<<The AspectJTM Programming Guide>>: https://www.eclipse.org/aspectj/doc/released/progguide/index.html 简介: AspectJ 通过将联接点(join points)的概念叠加到现有的 Java 语义上,并将一些新的程序元素添加到 Java,从而扩展了 Java: 连接点(join points)是程序执行中定义的 ...
阅读全文Mysql Server挂掉了,重启总是失败,异常提示: Starting MySQL.The server quit without updating PID file (/[FAILED]l/mysql/data/VM_1232.pid). 查看日志文件后发现有这么一段[ERROR]。 [ERROR]InnoDB: Cannot allocate memory for the buffer pool. 先不说这段ERROR,这段error只是说明了为什么mys ...
阅读全文linux上远程桌面VNC安装和配置 先列出参考文档,有空再来整理下。 http://54im.com/linux/linux-vnc-install.html https://wiki.centos.org/HowTos/VNC-Server https://wenku.baidu.com/view/48a261330b4c2e3f572763c6.html VNC安装 大多数Linux发行版默认安装都包含了VNC服务器和客户端,用户无须另外安装。 ...
阅读全文