1. Linux 查看系统信息命令是linux初学者必备的基础知识, 这些命令也非常有用, 因为进入linux第一件事就可能是首先查看系统信息, 因此必要的系统的学习一下这些linux系统信息命令还是非常有必要的! 下面给除了各linux发行版比较常用的系统信息查询的命令, 大家可以参考, 同时也可以测试学习, 必要的时候man, 一定要学学使用man命令, 呵呵   # uname -a # 查看内核/操作系统/CPU信息 # head -n 1 /etc/issue ...

    阅读全文
  2. 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/ ...

    阅读全文
  3. net stop mysql 注:停止mysql服务 net start mysql 注:启动mysql服务 mysql -u用户名 -p用户密码 注:登陆本机的mysql mysql -u用户名 -p用户密码 -h机器IP 注:登陆指定主机的mysql grant 权限 on 数据库.* to 用户名@登录主机 identified by "密码" grant select,insert,update,delete on *.* to user1@ ...

    阅读全文
  4. 本文简单理一理一些企业软件及其市场,这些企业软件应用在不同领域,有不同的软件供应商开发. 我们以Nutanix这家公司为例,其使用了不同软件开发商提供的软件系统: Corporate Travel Management Software Time and Expense Software Inventory Management Software Finanical Close Management Software Product Lifecycle Management ( ...

    阅读全文
  5. 作者:踏雪无痕 出处:http://www.cnblogs.com/chenpingzhao/ 转自https://www.cnblogs.com/chenpingzhao/p/4896080.html   一、Console API Console.assert() 判断第一个参数是否为真,false的话抛出异常并且在console输出相应信息。 Console.count() 以参数为标识记录调用的次数,调用时在conso ...

    阅读全文
  6. 46660

    etcd学习资料 《Etcd github官方》https://github.com/etcd-io/etcd 《Etcd 使用入门》https://www.hi-linux.com/posts/40915.html etcd简介 etcd是CoreOS团队于2013年6月发起的开源项目,它的目标是构建一个高可用的分布式键值(key-value)数据库。etcd内部采用raft协议作为一致性算法,etcd基于Go语言实现。 etcd作为服务发现系统,有以下的 ...

    阅读全文
  7. spring mvc2019-05-10

    The DispatcherServlet Spring's web MVC framework is, like many other web MVC frameworks, request-driven, designed around a central servlet that dispatches requests to controllers and offers other functionality that facilitates ...

    阅读全文
  8.     Cannot load modules/mod_authz_svn.so into server: /xxx/apache/modules/mod_authz_svn.so: undefined symbol: ap_hook_force_authn     ...

    阅读全文
  9. 有这样的需求,在导入Oracle数据备份文件时,不希望导入某些表(例如,不希望导入一些history table。这些表这是一些类似于log的记录)。可以使用exclude参数来实现。 impdp <other_parameters> SCHEMAS=scottEXCLUDE=TABLE:"IN ('EMP','DEPT')"  ...

    阅读全文
  10. 最近一直遇到crontab执行脚本和手动执行结果不一样的问题。根据添加的echo语句已经确定crontab能够准时执行任务,可是脚本里的程序不能正确执行。唯一能确定的是环境变量问题,可是即使明确地写上绝对路径也无法正确执行。百度解决办法大致为: 在脚本开始加入 source /etc/profile 至于为什么要这样?网搜到一篇类似问题文章,其很好的解释了Linux登录登出的过程,摘录如下: 关于登录linux时,/etc/profile、~/.bash_profil ...

    阅读全文
  11.   change的其他属性修改后的值存放 CREATE TABLE REDLINE_ATTRIBUTE ( CLASS NUMBER NOT NULL, SUBCLASS NUMBER NOT NULL, OBJECT_ID NUMBER NOT NULL, CHANGE_ID NUMBER NOT NULL, ATTID ...

    阅读全文
  12. Apache Artistic APSL BSD GNU GPL GNU LGPL ISC MIT MPL 共享源代码 zlib FSF批准许可证列表 ...

    阅读全文
  13. 61830

    什么人一亏再亏,什么人亿万富翁? —兼谈本周经济与股市 复旦大学管理学院财务系教授、博导谢百三       一、在中国:85%的股民处于亏损之中。 中国股市已开设23年了,现在还在2200点一带徘徊,十多年以前的指数;据有关部门调查统计,中国股市常年有85%的投资者亏损,特别是以下特征的几种人: 1、专门挑表面便宜股买的,比如8元买了工商银行、长期不动的。 2、忙于日常事务性工作,买了就扔在那里,再跌 ...

    阅读全文
  14. 7010

    物件的变更管理是一个研发制造企业非常重要复杂的流程。物件信息如何修订,如何发布,以及如何变更分析以及在各部门之间实施,这是一个复杂的过程,需要有很好的系统来管理和追溯变更信息。物件变更类型其实有多种类型,常见的有ECR工程变更请求、ECO工程变更指令,对应ERP中的ECN、MCO制造商变更指令、Stop Ship停运指令等。 查看物件不同Rev修订版本信息 在物件页签上Rev修订版字段,允许查看该物件所有的Rev修订版列表。默认当打开一个物件业务对象时,修订版列表默认显示最新的已发布 ...

    阅读全文
  15. 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 ...

    阅读全文
  16. 如何排查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 ...

    阅读全文
  17. node.js官网下载node.js安装文件. (https://nodejs.org/en/download/) https://nodejs.org/dist/v4.4.3/node-v4.4.3-x64.msi 安装node.js后,通过npm方法安装less $ npm install -g less 如果出错,可能就是有代理的问题 设置node.js代理方法: npm configure set proxy=htt ...

    阅读全文
  18. Prepositions Prepositions - 介词 介词可以与动词、名词或形容词连用,许多情况下,介词的用法需要单独记忆:       from from next door (从隔壁) from my friend (从我的朋友那儿) of of gold (金质的) of the ci ...

    阅读全文
  19. Normally use the String concatenations using :  +, StringBuffer.append(), String.concat(). We always think that using ‘+’ operator for String Concatenation is slow.  This is true but not always. For Ex: String str = “Th ...

    阅读全文
  20. 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- ...

    阅读全文