html
-
创建 .NET 和 COM 对象 (New-Object)
存在具有 .NET Framework 和 COM 接口的软件组件,使用它们可执行许多系统管理任务。 Windows PowerShell 允许你使用这些组件,因此你将不限于执行可…
-
时间格式统一
发现有些时间格式真的很乱各种格式都用,整理时间格式为统一处理函数。 下面粘贴一个测试得例子,和函数方法在这里 <?php header('Content-type:t…
-
Jquery移动端触屏左右滑动
导航栏目块在手机端需要左右拖动—请参考以下代码演示地址:http://demo.datouwang.com/uploads/demo/jiaoben/2017/jiaoben789…
-
何泽小生–常用函数代码
my_function /** * Function class * Hz xs 函数库 */ header('Content-type:text/html;Charset…
-
冒泡排序
PHP实现四种基本排序算法 分别用冒泡排序法,快速排序法,选择排序法,插入排序法将下面数组中的值按照从小到大的顺序进行排序 $arr=array(1,43,54,62,21,66,…
-
D3.js轴程序
<html> <head> <script type = "text/javascript" src = "https:…
-
D3.js量表程序
<!DOCTYPE html> <html> <head> <script type = "text/javascript&qu…
-
D3.js线路
<!DOCTYPE html> <meta charset = "UTF-8"> <head> <title>S…
-
D3.js数组API
<html> <head> <script type = "text/javascript" src = "https:…
-
D3.js圆形图
<html> <head> <script type = "text/javascript" src = "https:…