远程仓库和本地仓库 git常用操作示意图 猴子都能懂的git入门: https://backlog.com/git-tutorial/cn/intro/intro1_1.html git详解: https://www.cnblogs.com/clsn/p/7929958.html ...
分类:
其他好文 时间:
2019-06-12 12:29:42
阅读次数:
86
C++标准转换运算符reinterpret_cast 来源 https://www.cnblogs.com/codingmengmeng/p/7650885.html reinterpret_cast<new_type> (expression) reinterpret_cast运算符是用来处理无关 ...
分类:
编程语言 时间:
2019-06-11 19:23:13
阅读次数:
148
原文: Android SQLite Database with Multiple Tables 在上一篇教程Android SQLite Database Tutorial中,解释了如何在你的Android应用中使用SQLite数据库。但它只涵盖了你的数据库中只有一个表的情景。有很多人询问当数据库 ...
分类:
移动开发 时间:
2019-06-07 19:04:58
阅读次数:
123
Security Manager安全管理人员 Tutorial 辅导的 transient 短暂的 Solution解决方案 Hex Encoded16进制编码 Realm领域 LDAP:轻量级目录访问协议(Lightweight Directory Access Protocol)ldap jnd ...
分类:
其他好文 时间:
2019-06-06 19:30:18
阅读次数:
85
https://docs.python.org/zh-cn/3/tutorial/controlflow.html 4.7.5. Lambda 表达式¶ 可以用 lambda 关键字来创建一个小的匿名函数。这个函数返回两个参数的和: lambda a, b: a+b 。Lambda函数可以在需要函数 ...
分类:
编程语言 时间:
2019-06-05 17:58:10
阅读次数:
144
123 参考:http://docs.xbim.net/XbimWebUI/tutorial-3_Eventful_building.html 2019-06-04 ...
分类:
其他好文 时间:
2019-06-04 12:49:23
阅读次数:
88
Download image fade demo - 4 Kb Download image fade source project- 7 Kb Download image fade images - 673 Kb Download form opacity - 48 Kb Download fo ...
想在phpstudy2018里面增加一个php版本,操作如下: 一、下载php-7.2.19-ts文件,解压缩,放在相应的目录下: 二、修改Apache的配置文件1、修改httpd.conf 配置,D:\phpStudy\PHPTutorial\Apache\conf 注销原配置文件路劲,添加新的配 ...
分类:
Web程序 时间:
2019-06-04 12:40:34
阅读次数:
900
本文旨在给要学习 PHP 的新手一个大概的认知轮廓,在心里有个学习的结构,有的放矢,避免走太多弯路。大神请忽略。 入门阶段 预备知识 1、掌握基本HTML、JS、CSS语法;熟悉 Bootstrap。 参考: https://www.runoob.com/html/html tutorial.htm ...
分类:
Web程序 时间:
2019-06-02 10:24:53
阅读次数:
165
Codeforces Tutorial "C. Harmony Analysis" Problem Analysis 题目大意生成一个维度为 的方阵,使得任意两行的内积为 . 当$k=2$时 $$ \left[ \begin{array}{cc|cc} 1 & 1 & 1 & 1 \\ 1 & 1 ...
分类:
其他好文 时间:
2019-05-31 23:26:20
阅读次数:
123