今年有一个很重要的职业目标,就是好好学习活字格这个神器,争取在这两个月拿到活字格初级工程师的认证证书。给自己加个油,今天开始好好学习,好好做笔记。 第一步,下载安装 先去活字格官网:http://www.grapecity.com.cn/solutions/huozige 点上面那个下载按钮,就可以 ...
分类:
Web程序 时间:
2018-05-10 13:17:27
阅读次数:
172
JS特效使用方法 只需将如下JS代码放到</body>之前就好了 ...
分类:
Web程序 时间:
2018-05-09 10:53:13
阅读次数:
233
安全榜单 优品推荐 即将上线 --> 中选秘籍 试用报告 --> ... ...
分类:
Web程序 时间:
2018-05-07 23:50:50
阅读次数:
531
[Step 1 — Installing Apache and Updating the Firewall]( step 1 installing apache and updating the firewall) [Adjust the Firewall to Allow Web Traffic] ...
分类:
系统相关 时间:
2018-05-07 19:33:03
阅读次数:
704
<!DOCTYPE html><html><head><meta charset="UTF-8"><title>Insert title here</title><link href="http://vjs.zencdn.net/5.19/video-js.min.css" rel="stylesh ...
分类:
其他好文 时间:
2018-05-07 17:46:19
阅读次数:
4470
JQuery语法 使用JQuery必须先导入jquery-X.X.X.js文件 jQuery中的选择器 $("选择器名称").函数名(); 注意 $ 是jQuery的缩写,也就是说,选择器可以使用jQuery(":input") jQuery 文档就绪函数 $(document).ready(fun ...
分类:
Web程序 时间:
2018-05-06 22:29:03
阅读次数:
260
Clusterware启动顺序 [root@ebsdb1 etc]# crsctl check crs CRS-4638: Oracle High Availability Services is online CRS-4537: Cluster Ready Services is online C ...
分类:
其他好文 时间:
2018-05-06 20:02:50
阅读次数:
383
1、是什么 AJAX(Asynchronous JavaScript and xml)是在一种是使用现有标准的方法 。 2.有什么用处 在不刷新整个页面的情况下实现和后台交换数据,实现页面的局部更新。 3、怎样用 AJAX 通过 XMLHttpRequest对象来向服务器发起请求,从服务器获取数据, ...
分类:
Web程序 时间:
2018-05-05 23:03:19
阅读次数:
233
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>传统拖拽</title> <style type="text/css"> #dialog{ position: relative; width: 200px; to ...
分类:
其他好文 时间:
2018-05-05 19:44:43
阅读次数:
158
仅介绍Ajax的使用,让入门小白快速上手 //请自行引入jQuery库文件 <script type="text/javascript"> $(function() { $.ajax( { type : "POST", url : "http://www.xxx.com", data:"{}",// ...
分类:
Web程序 时间:
2018-05-05 18:14:26
阅读次数:
202