码迷,mamicode.com
首页 >  
搜索关键字:who am i    ( 4395个结果
pa_transaction_interface_all
As some data error, i am going to update the Project Number filed on PA_TRANSACTION_INTERFACE_ALL Table. But once i applied the SQL, there will appear ...
分类:其他好文   时间:2020-12-22 12:34:26    阅读次数:0
POJ 2785 4 Values whose Sum is 0
折半搜索,$O(n)$型枚举,时间复杂度(\(O(n^2logn)\)) const int N=4010; int a[N],b[N],c[N],d[N]; int ab[N*N]; int n; int main() { cin>>n; for(int i=0;i<n;i++) cin>>a[i ...
分类:其他好文   时间:2020-12-18 12:31:13    阅读次数:2
ubuntu下安装docker django使用whoosh搜索引擎 使用es(elasticsearch)代替whoosh
1.docker基本原理 https://www.cnblogs.com/xiaonq/p/10241045.html 2.ubuntu安装docker 2.1 安装docker # 1.卸载旧版本 sudo apt-get remove docker docker-engine docker.io ...
分类:系统相关   时间:2020-11-24 13:00:30    阅读次数:26
JS基础概念
问题1:ES6中的class 与 ES5中function的关系 ES6 中: class Person { constructor(name) { this.name = name; } sayHello() { return 'hello, I am ' + this.name; } } var ...
分类:Web程序   时间:2020-11-23 12:12:24    阅读次数:11
Mybatis中sql语句不等于的表示
如果直接写 select * from user where id <> 217;mybatis就会报语法错误,<>特殊字符需要转义 如下 select * from user where id &lt;&gt; 217; 使用Mybatis的时候,特殊字符需进行转义,如&lt;&gt; <>&am ...
分类:数据库   时间:2020-11-21 12:07:00    阅读次数:13
X Server-Client
Are you a Linux fan? Do you hate to do things the easy way? Are you a pro who loves to put his computer’s life on the line to experiment and customize ...
分类:其他好文   时间:2020-11-12 13:37:01    阅读次数:8
git常用命令
一、 Git 常用命令速查 git branch 查看本地所有分支git status 查看当前状态 git commit 提交 git branch -a 查看所有的分支git branch -r 查看远程所有分支git commit -am "init" 提交并且加注释 git remote a ...
分类:其他好文   时间:2020-11-11 16:03:10    阅读次数:6
Cannot login to Docker account
Asked 2 years, 6 months ago Active 3 months ago Viewed 67k times 121 34 OS: Ubuntu 18.04 Server Docker 18.3 CE I am logged onto the server, from my Wi ...
分类:其他好文   时间:2020-11-07 17:20:10    阅读次数:23
liunx初学者需掌握liunx系统管理元必备命令
cd ls pwd clear chmod chown chattr userdel groupadd vi wim cat more less mv cp rm rmdel touch ifconfig ip addr ping route echo wc expr bc ln head tail ...
分类:其他好文   时间:2020-11-04 19:25:23    阅读次数:43
linux中vsftp提示--553 Could not create file
搭建成功之后,匿名用户上传文件时总提示553 Could not create file。 ftp主目录为/var/ftp chmod -R 755 /var/ftp/pub chown ftp:root /var/ftp/pub 匿名用户读,写,删除,修改权限 # Example config f ...
分类:系统相关   时间:2020-11-04 19:05:52    阅读次数:28
4395条   上一页 1 ... 4 5 6 7 8 ... 440 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!