/* Copyright 2018 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License ...
分类:
其他好文 时间:
2020-03-18 15:25:15
阅读次数:
69
示例代码 1 #include <iostream> 2 using namespace std; 3 4 void Print() 5 { 6 cout<<"helloworld"<<endl; 7 } 8 9 class TestDebug 10 { 11 public: 12 TestDebu ...
分类:
数据库 时间:
2020-03-14 18:15:18
阅读次数:
101
配置 # Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. # # This program is free software; you can redistribute it and/or modify # ...
分类:
数据库 时间:
2020-03-12 12:52:38
阅读次数:
77
操作系统主要分为:Windows和Linux两大阵营。Windows:是由微软公司开发。是在MS-DOS的基础上增加多任务的用户图形界面。从1985年开始Windows1.0,2.0,到后来的95,98,2000,XP,7,10等。这些有微软开发的产品都是有版权的,都需要我们去花钱购买,就是copyright,属于著作权保护。而Linux正好相反。Linux简介LinusTorvalds在上学的时
分类:
系统相关 时间:
2020-03-11 10:52:14
阅读次数:
85
操作系统主要分为:Windows和Linux两大阵营。Windows:是由微软公司开发。是在MS-DOS的基础上增加多任务的用户图形界面。从1985年开始Windows1.0,2.0,到后来的95,98,2000,XP,7,10等。这些有微软开发的产品都是有版权的,都需要我们去花钱购买,就是copyright,属于著作权保护。而Linux正好相反。Linux简介LinusTorvalds在上学的时
分类:
系统相关 时间:
2020-03-10 23:27:06
阅读次数:
94
给出一个年月日,求其下一天是否存在,使用driver函数从文件中读取数据数据格式为“%d-%d-%d” 代码如下 // // main.cpp // Data // // Created by 周谦炜 on 2019/11/5. // Copyright © 2019 周谦炜. All rights ...
分类:
其他好文 时间:
2020-03-08 14:23:54
阅读次数:
79
1 /********************************** (C) COPYRIGHT ******************************* 2 * File Name : Main.c 3 * Author : WCH 4 * Version : V1.0 5 * Dat ...
分类:
其他好文 时间:
2020-03-05 13:38:28
阅读次数:
149
SPI0_MASTER&SLAVE 1 /********************************** (C) COPYRIGHT ******************************* 2 * File Name : Main.c 3 * Author : WCH 4 * Vers ...
分类:
其他好文 时间:
2020-03-05 13:34:47
阅读次数:
108
PWM 1 /********************************** (C) COPYRIGHT ******************************* 2 * File Name : Main.c 3 * Author : WCH 4 * Version : V1.0 5 * ...
分类:
其他好文 时间:
2020-03-05 13:26:53
阅读次数:
86
升级sqlite: https://www.cnblogs.com/richerdyoung/p/12395523.html 安装python3: https://www.cnblogs.com/richerdyoung/p/12396200.html 请先照以上两篇文章的方法,安装好sqlite ...
分类:
数据库 时间:
2020-03-02 18:58:06
阅读次数:
195