1. Publish Assets to SOAP Documentation This chapter describes how to upload assets, such as web services, to SOAP reference guides. This chapter also how to find and review assets already in. The chapter includes these sections: Introd ...

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

    阅读全文
  3. 原文:https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Guide/Using_promises   一个 Promise 就是一个代表了异步操作最终完成或者失败的对象.  一个promise可以使用它的constructor创建。然而,大多数人都在使用由其他函数创建并返回的promise。因此,本教程将首先探讨返回promise的使用情况。 本质上,一个promise是某个函 ...

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

    阅读全文
  5. 本文源于http://blog.csdn.net/nitghost/article/details/3969048 仅根据自己的阅读习惯修改并收藏以供后期学习。 简介:     本文力图简单明了地叙述单用户模式的进入和使用,有关基本的操作命令和用途,和常用的应用工具。并且简单叙述NetInfo和dslocl的多用户管理架构,同时涉及OS X 10.4 Tiger系统和10.5 Leopard系统之间在多用户模式里管理用户的不同,在单用户模式下如何管理多用户模式用户的账 ...

    阅读全文
  6. 在 Unix 平台下安装 PHP 有几种方法:使用配置和编译过程,或是使用各种预编译的包。 本文是在Linux下面自编译生成PHP的方法,主要参考官网提供的方法结合一些自身的情况: 从apache官网获取 Apache 源码包,然后解压: gzip -d httpd-2_x_NN.tar.gz tar -xf httpd-2_x_NN.tar 同样,获取 PHP 源码包并解压: gunzip php-NN.tar.gz tar -xf php- ...

    阅读全文
  7. 140830

    本文为对RFC2616第三节的简单整理。详文请参考官网。 3.1 HTTP Version HTTP-Version = "HTTP" "/" 1*DIGIT "." 1*DIGIT     3.2 Uniform Resource Identifiers http_URL = "http:" "//" host [ " ...

    阅读全文
  8. 我们都知道Session存放在服务器端, cookie存放在用户端(浏览器管理)。那Session具体存放在服务器的什么位置呢? 本文收集下各个服务器对Session的管理之一:存储方式。 PHP Session存储位置 Apache Session 存储位置 Weblogic Session存储位置 Tomcat Session存储位置  PHP Session存储位置 PHP配置文件中session.save_path负责sessi ...

    阅读全文
  9. Linux下操作文件及文件夹大多是通过命令来实现的。这里列出一些常用的操作。 首先了解一下一些特殊的目录名。 . 代表此层目录 .. 代表上一层目录 - 代表前一个工作目录 ~ 代表『目前使用者身份』所在的家目录 ~account 代表 account 這個使用者的家目录(account是個账户名称) 这里有个问题就是根目录下有没有上层目录(..) 存在? 答案是有,而且与根目录自身(.)是一个目录。 ...

    阅读全文
  10. shopt命令 2017-03-17

    shopt命令:  全写为shell option命令 顾名思义:shopt命令用于显示和设置shell中的行为选项,通过这些选项以增强shell易用性。shopt命令若不带任何参数选项,则可以显示所有可以设置的shell操作选项。 其语法: shopt 选项 参数 选项 -s:激活指定的shell行为选项; -u:关闭指定的shell行为选项。 参数 shell选项:指定要操作的shell选项。 例如bash shopt: ...

    阅读全文
  11. 转自官网 https://mp.weixin.qq.com/debug/wxadoc/dev/framework/config.html   配置 app.json文件用来对微信小程序进行全局配置,决定页面文件的路径、窗口表现、设置网络超时时间、设置多 tab 等。 以下是一个包含了所有配置选项的 app.json : { "pages": [ "pages/index/ind ...

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

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

    阅读全文
  14. Operating as a community of like-minded professionals, OWASP issues software tools and knowledge-based documentation on application security. Everyone is free to participate in OWASP and all of our materials are available under a free an ...

    阅读全文
  15. HG Data,一个了解行业软件使用情况的网站,有了它可以帮助我们查看一个软件有哪些公司在使用,以及其竞争对手等数据。这有助于我们了解一个软件的使用范围和市场份额。 网址:https://discovery.hgdata.com/ ...

    阅读全文
  16. 本文转自官网 https://mp.weixin.qq.com/debug/wxadoc/dev/framework/app-service/app.html  App App() App() 函数用来注册一个小程序。接受一个 object 参数,其指定小程序的生命周期函数等。 object参数说明: 属性 类型 描述 触发时机 onLaunch ...

    阅读全文
  17. mac的世界里常常会看到提到brew的文章。那Homebrew的作用是什么?使用它有什么好处? 首先Homebrew的官网:https://brew.sh/ Homebrew = The missing package manager for macOS。 顾名思义就是macOS的缺失包管理器。可能翻译成缺失包管理器还不如直接翻译为macOS的另一个软件包安装管理器。这个管理器基于Ruby和Git来实现,所有安装的软件都来源于安装软件的官方网站。 http://docs.bre ...

    阅读全文
  18. 本文摘自微信官网:https://mp.weixin.qq.com/debug/wxadoc/dev/framework/app-service/   逻辑层(App Service) 小程序开发框架的逻辑层由 JavaScript 编写。 逻辑层将数据进行处理后发送给视图层,同时接受视图层的事件反馈。 在 JavaScript 的基础上,我们做了一些修改,以方便地开发小程序。 增加 App 和 Page  ...

    阅读全文
  19. a ADDUSERS Add or list users to/from a CSV file ADmodcmd Active Directory Bulk Modify ARP Address Resolution Protocol ASSOC Change file extension associations• ASSOCIAT One step file association AT Sched ...

    阅读全文
  20. 53510

    QQAuth2.0集成成功首帖 测试   本文是使用qq用户登录后发表的测试文章。 ...

    阅读全文