文章目录 我如何去使用jQuery在屏幕的中心设置?我喜欢给jQuery添加函数,所以这个函数将有助于:jQuery.fn.center = function () { this.css("position","absolute"); this.css("top", Math.max(0, (($(... ...
分类:
Web程序 时间:
2019-12-12 01:14:54
阅读次数:
111
css动画 使用css实现动画有两种方式,animation和transition。 一.transition(过渡) 它有四个属性: transition-property规定设置过渡效果的 CSS 属性的名称 transition-duration规定完成过渡效果需要多少秒或毫秒 transit ...
分类:
Web程序 时间:
2019-12-10 17:23:26
阅读次数:
124
SQL Server 创建存储过程模板会自动添加几行代码,其中一行为 【SET ANSI_NULLS ON】,作用是什么呢? ...
分类:
其他好文 时间:
2019-12-10 16:53:25
阅读次数:
95
C programming language was developed in 1972 by Dennis Ritchie at bell laboratories of AT&T (American Telephone & Telegraph) in the U.S.A. ANSI C or C ...
分类:
其他好文 时间:
2019-12-10 00:49:54
阅读次数:
149
已知一个表的结构为: 怎样通过select语句把他变成以下结构: 首先,添加数据 USE [DBTEST]GO/****** Object: Table [dbo].[SDUDENTS] Script Date: 2019/12/9 10:33:41 ******/SET ANSI_NULLS ON ...
分类:
其他好文 时间:
2019-12-09 11:49:18
阅读次数:
210
通过将其输出着色,可以使BASH脚本更漂亮。使用ANSI转义序列设置文本属性,例如前景色和背景色。 使用以下模板格式来编写彩色文本: 前景色值和背景色值使用分号间隔,不分先后,因为两种值的颜色范围不一样,比如 黑色 30 40 。另外分开写同样生效。 Examples: ANSI--彩色转义码: 字 ...
分类:
其他好文 时间:
2019-12-08 23:16:00
阅读次数:
106
1 <!--?xml version="1.0" encoding="UTF-8"?--> hbase hbck -repair 强制修复 如果ok就可以 2 不ok,找到hdfs上对应的该表位置,删除,之后在使用hbase hbck -repair 解决过程: 第一次,使用了方法二,然后解决了问题 ...
分类:
其他好文 时间:
2019-12-08 01:26:29
阅读次数:
128
最近想做一个OA相关的网站开发,一直都听说有workflow的东西,之前也断断续续学习过 Workflow Foundation 4.0,还是没有搞明白到底能够用它做什么 但还是觉得workflow在某种情形下应该可以适用,虽然还没有答案,网上搜楼了一通,发现一个workflow-core的东西,觉 ...
分类:
其他好文 时间:
2019-12-07 16:16:39
阅读次数:
428
[toc] 5 SWIG 基础知识 This chapter describes the basic operation of SWIG, the structure of its input files, and how it handles standard ANSI C declaration ...
分类:
其他好文 时间:
2019-12-06 00:31:07
阅读次数:
440
查源码发现一个文件读取:http://cms.nuptzj.cn/about.php?file=sm.txt,用它把能找到的php都读取下来 <?php if (!isset($_COOKIE['username'])) { setcookie('username', ''); setcookie( ...
分类:
其他好文 时间:
2019-12-03 01:39:47
阅读次数:
179