08 2020 档案

摘要:C++预处理器和iostream文件 下面简要介绍已一下需要知道的一些知识 。如果程序要使用C++输入或输出工具,请提供这养两行代码: #include <iostream> using namespace std; 可使其他代码替换第二行,这里使用这行代码旨在简化该程序(如果编译器不受这几行代码, 阅读全文
posted @ 2020-08-22 19:33 渔阳俊俊 阅读(194) 评论(0) 推荐(0) 编辑
摘要:c++ 字符串反转的3种方法 1、使用string.h中的strrev函数 #include <iostream> #include <cstring> using namespace std; int main() { char s[] = "hello"; strrev(s); cout<< s 阅读全文
posted @ 2020-08-16 15:02 渔阳俊俊 阅读(4961) 评论(0) 推荐(0) 编辑
摘要:网络编程 socket是跨平台的在windows和Linux基本通用,无论是java php 都是需要网络的,网络编程是每个程序员都需要掌握的,它并不复杂。复杂的地方是对整个协议的理解,还有网络通信的理解。 这个博客是整个网络编程之最,学习的目的: { 能够熟悉Windows和Linux下开发流程, 阅读全文
posted @ 2020-08-12 19:55 渔阳俊俊 阅读(2030) 评论(0) 推荐(0) 编辑
摘要:https://wenku.baidu.com/view/c6701858876fb84ae45c3b3567ec102de2bddf04.html 详细:https://blog.csdn.net/zhunianguo/article/details/52294339 阅读全文
posted @ 2020-08-08 11:23 渔阳俊俊 阅读(205) 评论(0) 推荐(0) 编辑
摘要:转自教程 https://www.cnblogs.com/shwee/p/9060226.html 博客园美化(最全) https://www.cnblogs.com/anan-java/p/12196061.html 阅读全文
posted @ 2020-08-08 10:46 渔阳俊俊 阅读(98) 评论(0) 推荐(0) 编辑
摘要:默认安装的postgresql是不带UUID函数的,为了生成UUID,我们不得不在客户端生成。其实在postgresql的安装目录下已经存在这样的函数定义,我们只需将其import进来即可 从安装目录次啊share/contrib下找uuid-ossp.sql进入导入 网上查的大都是linux环境下 阅读全文
posted @ 2020-08-06 17:46 渔阳俊俊 阅读(1765) 评论(0) 推荐(0) 编辑
摘要:https://baijiahao.baidu.com/s?id=1650465844138933548&wfr=spider&for=pc github地址:https://github.com/bradyjoestar/rustnotes(欢迎star!)pdf下载链接:https://gith 阅读全文
posted @ 2020-08-04 09:49 渔阳俊俊 阅读(712) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示