本文收集一些图像图形类的一些大牛信息。网站,应用等。 1. primitives的作者 https://www.michaelfogleman.com/ 研究的方向有下面的内容:Table of Contents 3D Packing AllRGB AxiDraw Craft DCPU-16 FauxGL Feed Notifier Fireflies Future Blocks Game Frame ...
阅读全文BTrace可以安全地动态跟踪java应用程序执行。通过hotswap技术,向运行中的java应用程序插入跟踪代码(Trace actions )。 BTrace三个概念: Probe Point Trace Actions or Actions Action Methods BTrace程序的限制: can not create new objects. can not create new arrays. can not throw e ...
阅读全文销售易 纷享销客 ...
阅读全文An Introduction to DevOps DevOps can mean different things to different people and this can make it a difficult topic to explore. Here we will give a quick overview of the origins of DevOps, discuss some predecessors and examine what DevOps practi ...
阅读全文学习下PHP处理图片的函数GD函数库。 第一步来到http://php.net/manual/zh/ref.image.php,函数很多,头很疼。 第二步,头疼医头,整理函数,分类: 已有图片,获取图片信息的函数 imagesx — 取得图像宽度 imagesy — 取得图像高度 getimagesize — 取得图像大小 getimagesizefromstring — 从字符串中获取图像尺寸信息 im ...
阅读全文Hadoop集群搭建(官网:http://hadoop.apache.org/docs/r1.0.4/cn/cluster_setup.html) Hadoop集群角色 Masters 机器 NameNode JobTracker Slaves 机器 DataNode TaskTracker NameNode与JobTracker为两台不同的机器。 DataNode和TraskTracke ...
阅读全文...
阅读全文启动Tomcat8.5.11时遇到下面的异常: org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19 at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:131) at org.apache.tomcat.util.bcel. ...
阅读全文本文转自官方文档 https://mp.weixin.qq.com/debug/wxadoc/dev/framework/app-service/module.html 文件作用域 在 JavaScript 文件中声明的变量和函数只在该文件中有效;不同的文件中可以声明相同名字的变量和函数,不会互相影响。 通过全局函数 getApp() 可以获取全局的应用实例,如果需要全局的数据可以在 App() 中设置,如: ...
阅读全文