Free Sense
All for one,one for all
首页
杂物篓
书中人
关于
杂物篓
mdf、ldf文件快速导入方法
由 cc 撰写于
2019-08-29
浏览:1352 评论:0
EXEC sp_attach_db @dbname = '数据库名',@filename1 = 'C:\Users\Administrator\Desktop\数据库名.mdf',@filename2 = 'C:\Users\Administrator\Desktop\数据库名 .ldf'
杂物篓
vue打包部署解决页面刷新404的问题
由 cc 撰写于
2019-06-04
浏览:1368 评论:0
1.Nginx服务器配置:location ^~/vue { alias /data/wwwroot/vue; index index.html; try_files $uri $uri/ /vue/index.html; }2.Apache服务器配置:开启mod_rewrite模块,设置allowAllOverid[...]
杂物篓
SQLServer通过mdf文件恢复数据库
由 cc 撰写于
2019-01-29
浏览:1367 评论:0
数据库版本:SQLServer2005因误删数据库ldf文件,导致数据库无法访问。恢复步骤:1、临时拷贝mdf数据库文件到其他目录,删除原数据库app2、重新创建同名数据库app。3、停止SQLServer服务4、拷贝原来的mdf文件到SQLServer数据文件目录覆盖现有app.mdf文件。5、启动SQLServer服务,发现数据库名变成“app[...]
杂物篓
php安装fileinfo扩展
由 cc 撰写于
2018-09-06
浏览:1398 评论:0
环境:CentOS+nginx+php7.01、下载扩展包,根据自己php版本下载不同版本的安装包wget -O php-5.6.25.tar.gz http://cn2.php.net/get/php-7.0.30.tar.gz/from/this/mirror2、解压tar -zxvf php-7.0.30.tar.gz3、进入扩展目录cd p[...]
杂物篓
CI框架在nginx/apache下的伪静态规则配置
由 cc 撰写于
2018-09-04
浏览:1245 评论:0
CI框架在NGINX下的伪静态规则修改:1、locationlocation / {if (!-e $request_filename) {rewrite ^/(.*)$ /index.php/$1 last;break;}}或location / { try_files $uri $uri/ /index.php?$uri&$[...]
1
2
3
4
...
6
x
随遇而安
文章
29
评论
0
分类
2
标签
29
页面
1
浏览
29
Tags
macos(1)
数据库(3)
SQL Server(2)
前端(2)
vue(1)
php(3)
Codelnigter(1)
IIS(1)
asp(1)
linux(5)
nginx(1)
centos(2)
ueditor(1)
apache(2)
正则表达式(2)
cms(1)
ubuntu(1)
mysql(1)
jquery(1)
javascript(1)
pdf(1)
flash(1)
css(1)
ChatGLM(1)
人工智能(1)
AI(1)
huggingface(1)
最新评论
Links