码迷,mamicode.com
首页 > 2019年12月22日 > 全部分享
MySQL必知必会-官方数据库表及SQL脚本导入生成
最近在复习SQL语句,看的是MySQL必知必会这本书,但是发现附录中只有表设计,没有表的具体数据。所以在学习相应的语句中体验不是很好,去网上查了数据库的内容,自己慢慢导入到了数据库中。把表放出来作为参照,SQL脚本语句放在最后,可以直接导到自己的数据库。 customer表 cust_idcust_ ...
分类:数据库   时间:2019-12-22 00:57:49    阅读次数:166
创建一个简单服务器用到的基本函数
一,socket()头文件:#include <sys/socket.h>函数原型:int socket(int domain, int type, int protocol);作用:创建套接字。 参数domain:指定使用何种的地址类型。默认AF_INET。eg: AF_INET IPv4网络通信 ...
分类:其他好文   时间:2019-12-22 00:57:36    阅读次数:129
python类学习
创建关于汽车的类 输出 Toyota is a popular automobile brand. Its headquater is in Japan. ...
分类:编程语言   时间:2019-12-22 00:57:05    阅读次数:139
Find the Weak Connected Component in the Directed Graph
Description Find the number Weak Connected Component in the directed graph. Each node in the graph contains a label and a list of its neighbors. (a we ...
分类:其他好文   时间:2019-12-22 00:56:39    阅读次数:123
Nested List Weight Sum
Description Given a nested list of integers, return the sum of all integers in the list weighted by their depth. Each element is either an integer, or ...
分类:其他好文   时间:2019-12-22 00:56:25    阅读次数:78
npm 安装包报错 rollbackFailedOptional
原因事设置的代理错误,删除即可 npm config rm proxynpm config rm https-proxy ...
分类:其他好文   时间:2019-12-22 00:56:11    阅读次数:129
Internet History,Technology,and Security -Technology: Application Protocols(Week7)
Week7 Technology: Application Protocols This week, we’ll be covering application protocols. With reliable “pipes” available from the Transport layer, ...
分类:移动开发   时间:2019-12-22 00:55:41    阅读次数:154
IDEA整合gitee
一、注册gitee并在本地安装 gitee官网 https://gitee.com/ git下载地址 阿里镜像 https://npm.taobao.org/mirrors/git-for-windows/ 二、IDEA设置 1.导入git本地安装路径 2.安装gitee 3.将本地项目上传到git ...
分类:其他好文   时间:2019-12-22 00:55:22    阅读次数:120
电影《牧马人》——从前车马书信很慢,一生只够爱一人
最近抖音上一直在给我推送《牧马人》这部电影,配着https://music.163.com/#/song?id=1379464883&userid=82416584 清新小女孩~ 昨晚完整的看完了这部电影,有点感触! 羡慕他们淳朴、真挚的爱情。 这段最美情话 许:我是犯过错误的 李:犯过错误,咱以后 ...
分类:其他好文   时间:2019-12-22 00:54:48    阅读次数:154
Binary Search Tree Iterator
Description Design an iterator over a binary search tree with the following rules: Description Design an iterator over a binary search tree with the f ...
分类:其他好文   时间:2019-12-22 00:54:29    阅读次数:84
Google 停止推出 Chrome 79
据 Google 方面表示,新版本的使用率达到了整个用户群的 50% 已经。不过值得注意的是,并非所有提供该更新的设备都已安装了该工具。初步数据显示,只有 10% 的人部署了新版本。 针对用户反馈,开发人员也开始在 Chromium 错误跟踪网站上报告该问题,并指出对 Chrome 79 的更新将清 ...
分类:其他好文   时间:2019-12-22 00:53:58    阅读次数:112
学习网址记录
git https://www.liaoxuefeng.com/wiki/896043488029600/896954117292416 git 配置ssh https://blog.csdn.net/binyao02123202/article/details/20130891 git 把http ...
分类:其他好文   时间:2019-12-22 00:53:45    阅读次数:101
【权限管理】springboot集成security
摘自: https://www.cnblogs.com/hhhshct/p/9726378.html https://blog.csdn.net/weixin_42849689/article/details/89957823 https://blog.csdn.net/zhaoxichen_10/ ...
分类:编程语言   时间:2019-12-22 00:53:28    阅读次数:147
二:Ansible常用模块
二:Ansible常用模块 一:Ansible命令模块 1.1 command 1.2 shell 1.3 script 二:Ansible 软件管理模块 1.1 yum 1.2 cron:定时任务 1.3 yum_repository:建YUM仓 三:Ansible文件管理模块 1.1 file ...
分类:其他好文   时间:2019-12-22 00:52:35    阅读次数:155
一篇文章带你了解axios网络交互-Vue
来源:滁州SEO 1 **什么是axios呢?**了解,并去使用它,对于axios发送请求的两种方式有何了解,以及涉及axios跨域问题如何解决。 对于axios网络交互,去使用axios的同时,首先你要了解它是什么,如何使用才是。说axios网络交互,即发送请求,前面说两种方法,一为发送GET请求 ...
分类:移动开发   时间:2019-12-22 00:52:23    阅读次数:131
EtherNet/IP CIP协议
EtherNet/IP CIP协议 1.EtherNet/IP简述 EtherNet/IP(Ethernet/Indstrial Protocol,以太网/工业协议)是一种基于以太网和TCP/IP技术的工业以太网,其物理层和数据链路层使用以太网协议,网络层和传输层使用TCP/IP协议族中的协议,应用 ...
分类:Web程序   时间:2019-12-22 00:51:35    阅读次数:601
jquery预加载的几种例子
实际编写前端页面时,有时候希望一打开某个页面就加载一些方法。下面是4种预加载方法。 ①页面加载完之前执行,与嵌入的js加载方式一样(写jquery插件的时候使用) (function ($) { alert('start'); })(jQuery); ②页面加载后执行。 $(document).re ...
分类:Web程序   时间:2019-12-22 00:51:09    阅读次数:131
1036条   上一页 1 ... 52 53 54 55 56 57 58 ... 61 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!