码迷,mamicode.com
首页 >  
搜索关键字:user group    ( 50345个结果
查看数据表的信息
查看数据表的信息,只能算是优化用户体验 --用户表 if exists(select * from sysobjects where name = 'bi_user') drop table bi_user create table bi_user ( user_id int not null pr ...
分类:其他好文   时间:2021-03-01 13:44:56    阅读次数:0
MyFesttoWord P10 ChatList and ChatListItem
1,新建一个USer Control ChatListItemControl 建立一个ContentControl,并使用Style.并将其使用d:DataContext设定设计时的绑定内容. , 设定事件MouseEnter 和 MouseLeave设定Border--的背景色.这种利用外包Bor ...
分类:其他好文   时间:2021-03-01 13:44:10    阅读次数:0
Node.js--mysql的应用
在node.js中,我们获取到了前台的数据,然后一半是将前台的数据直接存入数据库中,在我们需要数据是在到数据库中去调取 一:如何在node里面使用mysql 1.1:首先,MySQL是一个模块,所以我们需要现在npm中下载并引入这个模块 1.2:在MySQL这个模板中,有一个方法 mysql .cr ...
分类:数据库   时间:2021-03-01 13:33:51    阅读次数:0
nginx实例
1. 域名代理实例: #user nobody; user root; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; p ...
分类:其他好文   时间:2021-03-01 13:32:37    阅读次数:0
mysql 主从详细原理
1.change master to 时,ip port user password binlog position写入到master.info进行记录 2. start slave 时,从库会启动IO线程和SQL线程 3.IO_T,读取master.info信息,获取主库信息连接主库 4. 主库会 ...
分类:数据库   时间:2021-03-01 13:26:00    阅读次数:0
Laravel 7 迁移设置自动递增初始值
思路 迁移也是运行数据库DDL语句,那么只要在Laravel迁移的语句后面添加自定义DDL语句设置自动递增初始值就好了。 引用DB use Illuminate\Support\Facades\DB; MySQL 以修改users表为例,设置自动递增初始值为例1000 DB::statement(' ...
分类:其他好文   时间:2021-03-01 13:16:11    阅读次数:0
Git 记录
git记录 初始化: git version //查看git版本 git init //初始化仓库 cd 路径 //改变路径,windows命令 touch 文件名 //创建文件,windows命令 配置用户: git config --global user.name '用户名' git conf ...
分类:其他好文   时间:2021-02-27 13:31:46    阅读次数:0
本地CentOS8虚拟机LNMP环境搭建记录与问题解决!
环境: 本地虚拟机 最低配置: CPU:2 vCPU 内存:4GiB 硬盘:40G 软件版本: 操作系统:Linux localhost.localdomain 4.18.0-193.el8.x86_64 #1 SMP Fri May 8 10:59:10 UTC 2020 x86_64 x86_6 ...
分类:其他好文   时间:2021-02-27 13:08:36    阅读次数:0
gitlab
克隆: git clone 链接 下载: git pull 上传: git config --global user.email “” 首次设置 git config --global user.name “” 首次设置 git add 文件名/文件 git commit -m “” 设置备注 gi ...
分类:其他好文   时间:2021-02-26 13:33:06    阅读次数:0
mybatisPuls初步了解
https://mp.weixin.qq.com/s/WRChpQqtvrRTfT5IWXDndg 前言 官网:Mybatis-plus官方文档 简化 MyBatis ! 创建数据库 数据库名为mybatis_plus 创建表 创建user表 DROP TABLE IF EXISTS user;CR ...
分类:其他好文   时间:2021-02-26 13:24:28    阅读次数:0
50345条   上一页 1 ... 51 52 53 54 55 ... 5035 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!