node.js已经火了很多年了,但工作缘故,一直与它无缘。即使如此,也一直想看偷窥下这个人们时不时会谈起的node.js,看看她到底是大家闺秀还是小家碧玉。缘分就在一个偶然的机会不期而遇,在less的需求下找到了她姑妈npm(node package management)引荐,结果遇上这个神秘的node.js。 什么是node.js和技男们眼中的node.js 首先百度一下node.js。 Node.js 是一个基于 Chrome V8 引擎的 JavaScript 运行 ...
阅读全文知乎的这篇文章<<在 2016 年学 JavaScript 是一种什么样的体验?>> https://zhuanlan.zhihu.com/p/22782487 注:原文是英文,本文是我翻译的。有人把我翻译的内容原文照抄,放到他自己的专栏,搞得有人问我是不是我抄袭了……请支持我的劳动成果,花了两个小时翻译的,谢谢。转载请注明译者为方应杭。 嘿,我最近接到一个 Web 项目,不过老实说,我这两年没怎么接触 W ...
阅读全文创建一个webapp工程可以使用下面的步骤。 安装nvm (可选,仅用来管理nodejs版本) 安装nodejs (可选,如果已经有的话) 创建工程目录 初识化工程 安装工程依赖。 一)安装nvm (参考https://github.com/nvm-sh/nvm/blob/master/README.md#system-version-of-node) curl -o- https://raw.githubusercontent.com/nvm-s ...
阅读全文哪些是ES6浏览器和ES5浏览器?这实际上是一个伪命题。 因为还没有一个浏览器100%支持ES6,对于浏览器使用的javascript引擎,各浏览器厂商都不同,对应的javascript引擎对ES6的程度也不一样,而且也不是说一次性将ES6的特性全部支持。 这里有一个LINK有很好的各类浏览器对ES6中的特性支持程度。 http://kangax.github.io/compat-table/es6/ 这是ES6的特性列表, https://github.com/l ...
阅读全文c=1, w=2, b=512, kB=1000, K=1024, MB=1000*1000, M=1024*1024, xM=M GB=1000*1000*1000 G=1024*1024*1024, 以及T, P, E, Z ,Y The Shapes of CSS All of the below use only a single HTML element. Any kind of CSS goes, as long as it's supported in at ...
阅读全文本文收集一些图像图形类的一些大牛信息。网站,应用等。 1. primitives的作者 https://www.michaelfogleman.com/ 研究的方向有下面的内容:Table of Contents 3D Packing AllRGB AxiDraw Craft DCPU-16 FauxGL Feed Notifier Fireflies Future Blocks Game Frame ...
阅读全文画一个简图帮助直观理解Javascript获取屏幕,页面,浏览器的高度的方法: 通过window.screenX, window.screenY来获取浏览器在当前屏幕的坐标。 通过window.innerWidth, window.innerHeigher来获取浏览器当前的宽和高。 通过window.scrollX, window.screenY来获取当前页面的滚动条移动情况。 而再获取当前页面的高度时,为了实现浏览器的兼容性,需要通过下面的方式获取最大值。 ...
阅读全文Simple present 一般现在时态用于描述客观事实或经常、反复发生的行为。在进行提问或否定时,需要用到助动词 do,或 does, don't, doesn't 等。 例如: She lives in New York. (她住在纽约。) Does she work in a bank? &nb ...
阅读全文Cannot load modules/mod_authz_svn.so into server: /xxx/apache/modules/mod_authz_svn.so: undefined symbol: ap_hook_force_authn ...
阅读全文今天之后天翼云的第一台成都主机正式报废,电信成都节点要重新整合,最老的这批主机最近都要淘汰了。 这台服务器购来几乎没有使用,没有时间整他,不过却帮助我学习了linux,算是linux小助手。第一次学习在linux装apache, lynx, mysql, php, 看日志等一些基本命令,还是有些收获的。放了三年,明天结束。 做个简单记录吧。 IP: 118.123.168.12 新手学习机,配置可以更低一点,浪费了容量和cpu。之前天翼云的Linux系统盘都是5 ...
阅读全文HTML5新增了全局属性(global attribute)的概念: 即可以对任何元素使用的属性。 几个常用的全局属性: 1. contentEditable 2. isContentEditable 3.designMode 4.spellcheck 5. hidden 6. tabindex (设为负数的时通过Tab键不会获得焦点) 7. accesskey(设置快捷键,通过alt+来快速定位) 8. draggable 9.dro ...
阅读全文官方文档 https://docs.oracle.com/cd/E29542_01/dev.1111/e10224/obe_intro.htm#SOASE004 This chapter describes how to subscribe to or publish business events from Oracle Mediator or a BPEL process in a SOA composite application. Business events are publi ...
阅读全文Oracle Integration Cloud Service (一)管理Oracle ICS https://docs.oracle.com/en/cloud/paas/integration-cloud-service/icsug/administering-integration-cloud-services.html Topics Monitoring Integrations 监控集成 Managing Integrat ...
阅读全文Oracle SOA Business Events简介。 官方文档(Using Business Events and the Event Delivery Network):https://docs.oracle.com/html/E10224_05/obe_intro.htm You can raise business events when a situation of interest occurs. For example, in a loan flow scenari ...
阅读全文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 ...
阅读全文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 ...
阅读全文页面出现这个错误:“No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost' is therefore not allowed access.” 这个原先是源于浏览器的跨域请求安全限制,解决办法可以通过设置请求Data类型jsonp或script来解决。 如: ...
阅读全文Lunt build 官网:http://luntbuild.javaforge.com/ Jenkins(原名Hudson) 官网:https://wiki.jenkins-ci.org/display/JENKINS/Meet+Jenkins ...
阅读全文ADF 应用开发如何deploy applications 官方文档:https://docs.oracle.com/cd/E24382_01/user.1112/e17455/deploying_apps.htm#OJDUG542 Section 9.1, "About Deploying Applications" Section 9.2, "Running Java EE Applications in the Integrated Ap ...
阅读全文这里是ant tasks传送门。 Archive Tasks Audit/Coverage Tasks Compile Tasks Deployment Tasks Documentation Tasks EJB Tasks Execution Tasks File Tasks Java2 Extensions Tasks Logging Tasks Mail Tasks Miscellaneous Tasks Pre-process Tasks Property ...
阅读全文