Babylon.GUI是一个基于Babylon.js的WebGL库,可以用来在WebGL3D场景中生成交互性UI与动态纹理。相比于html ui,Babylon.GUI的功能较为简化,但使用起来也更加简单,并且具备一些适用于3D编程的独有特性。如果你正寻找一款适用于h53d场景的ui库,这也许正是你... ...
分类:
其他好文 时间:
2017-10-20 14:35:19
阅读次数:
3905
编写shell脚本 再给shell执行权限 执行crontab -e 15 11 * * * cd /home/loganalysis/ && ./dealexcel.sh >> /home/loganalysis/error.log 2>&1 重启crontab 参考资料:http://blog. ...
分类:
数据库 时间:
2017-10-20 10:23:45
阅读次数:
180
首先支付宝的文档真是看得头晕眼花,摸不着北的感觉,网上百度PHP支付宝一堆都是花里胡哨的,看得一脸懵逼。所以自己整理了一下,其实也没那么复杂直接上代码: php 电脑支付的方法: 附上所需要用到的类: 电脑支付是不要这个PUBLIC key的 好啦 以上就是支付宝电脑网站支付和app 支付的方法 其 ...
分类:
移动开发 时间:
2017-10-19 14:03:48
阅读次数:
1794
摘要自:https://blog.html.it/layoutgala/index.html In November 2005 I presented on pro.html.it a three-part article on creating CSS layouts using techniqu ...
分类:
其他好文 时间:
2017-10-19 12:57:39
阅读次数:
167
本文地址:http://blog.csdn.net/mba16c35/article/details/54178067 思路主要来源于这篇文章:http://blog.httrack.com/blog/2013/08/23/catching-posix-signals-on-android/ 这篇文 ...
分类:
移动开发 时间:
2017-10-18 19:55:59
阅读次数:
726
the prototype of relloc is extern void *realloc(void *men_address, unsigned int newsize) grammarpointer name = (data type*)realloc(the name of the poi ...
分类:
其他好文 时间:
2017-10-15 19:49:57
阅读次数:
120
原文链接:http://isky000.com/database/mysql-performance-tuning-sql 注:这篇文章是以 MySQL 为背景,很多内容同时适用于其他关系型数据库,需要有一些索引知识为基础 优化目标 减少 IO 次数IO永远是数据库最容易瓶颈的地方,这是由数据库的职 ...
分类:
数据库 时间:
2017-10-15 14:47:25
阅读次数:
207
一、oracle 高水位线详解一、什么是水线(High Water Mark)? 所有的oracle 段(segments,在此,为了理解方便,建议把segment 作为表的一个同义词) 都有一个在段内容纳数据的上限,我们把这个上限称为"high water mark"或HWM。这个HWM是一个标记... ...
分类:
其他好文 时间:
2017-10-15 11:15:09
阅读次数:
225
staticproxy 静态代理 package com.bjsxt.proxy.staticProxy; public interface Star { /** * 面谈 */ void confer(); /** * 签合同 */ void signContract(); /** * 订票 */ ...
分类:
编程语言 时间:
2017-10-14 20:06:56
阅读次数:
265