SQL2008R2数据库日志太大收缩方法
SQL2008R2数据库日志太大收缩方法
https://blog.csdn.net/weixin_33868027/article/details/93819428
https://blog.csdn.net/weixin_33868027/article/details/93819428
function check(){
if ($('#a_name').val() == ""){
layer.open({
content: '机构名称必须输入'
,skin: 'msg'
function check(){
if ($('#a_cx').val() == ""){
layer.open({
content: '车型必须输入'
,skin: 'msg'
function check(){
if (document.form1.hy_company.value == ""){
layer.msg('门店名称必须正确输入');
document.form1.hy_company.focus();
一个朋友做了一个企业口号标语网站,想做个手机版,分页不想用“上一页”“下一页”这种老套的效果了,想用手机端流行的上滑分页功能,用手指在手机屏幕上往上一滑就加载更多内容出来。我这个朋友不会做,让我帮忙,下班后拉着我去吃老公鸡,让我帮忙写个,其实哪用得着那么客气,都是朋友吃什么老公鸡,烤个肉串就行了,哈哈,花了一个小时写好了,提供demo供网友们下载。分页是用的asp,数据库用的是mdb格式,就是access的,一个小demo,上滑加载数据,也可以叫,上滑加载分页,下载地址:http://www.tocnc.com/down/asp上滑.rar
.pro_ul li{width:15%; height:auto; margin-right:2%; position:relative; border:2px solid #2785cd}
.pro_ul li .title{ position:absolute; top:0; left:0; right:0; bottom:0; width:80%; height:40px; margin:0 auto; background-color:#06C}
解决CentOS下PureFtp出现“数据 Socket 错误 连接已超时”使用的是FlashFXP
在安全组中放行:端口范围20000/50000
就可以了
$(".m_header_bar_back").click(function() {
window.location.href = document.referrer;
});
$(".m_header_bar_menu").click(function() {
window.location.href='/';
<ul class="btn">
<li><INPUT NAME="hy_user" id="hy_user" type="text" class="_input" onkeyup="value=value.replace(/[^\w\.\/]/ig,'')" placeholder="用户名,只能输入英文或数字,4位数以上" /></li>
function check(){
if (document.form1.hy_mobile.value == ""){
layer.open({
content: '手机号码必须正确输入'
,skin: 'msg'