前提: 1.git和GitHub已经进行ssh配置,点击查看教程Git与远程仓库GitHub配置SSH加密 2.已经新建了远程库learngit 1.本地仓库与远程库相关联 在本地的learngit仓库下运行命令 $ git remote add origin GitHub仓库地址 添加后,远程库的 ...
分类:
其他好文 时间:
2020-06-16 00:43:21
阅读次数:
97
C#表达式体方法 , expression-bodied method ...
const定义的是一个常量,在编译器编译的时候就要确定其值;编译器会把用到常量的地方替换成常量定义的具体值。readonly定义的是一个只读变量,为了保证变量不能被改变;readonly定义的变量,在运行期间通过构造函数指定; ...
系列文章 基于 abp vNext 和 .NET Core 开发博客项目 - 使用 abp cli 搭建项目 基于 abp vNext 和 .NET Core 开发博客项目 - 给项目瘦身,让它跑起来 基于 abp vNext 和 .NET Core 开发博客项目 - 完善与美化,Swagger登场 ...
分类:
Web程序 时间:
2020-06-13 10:56:48
阅读次数:
61
https://rules.sonarsource.com/csharp/RSPEC-3925 The ISerializable interface is the mechanism to control the type serialization process. If not impleme ...
分类:
其他好文 时间:
2020-06-10 11:26:30
阅读次数:
60
数据访问DAL和实体类 UserInfo.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ...
去除最顶层Makefile的-Os/-O2, 替换为-O0 替换include/linux/complier.h中 #if 1 //zjr #define __compiletime_assert(condition, msg, prefix, suffix) BUG_ON(!condition) ...
分类:
系统相关 时间:
2020-06-08 09:25:16
阅读次数:
85
代码审计入门 A .{php中xdebug} 配置 配置工具 A xdebug+visual studio code B xdebug + phpstrom 二者都选择用phpstudy与其搭配 xdebug 什么叫断点 就是在某一处设置断点 当函数执行到断点处就会停止 断点可以在任意地方设置 比如 ...
分类:
Web程序 时间:
2020-06-06 15:39:31
阅读次数:
103
这是一个来自知识星球网友的提问: 答复: 导出时就不能用 UIHelper.Result(); 了,UIHelper.Result()需要配合 F.doPostBack 回发时才可用(AJAX回发)。 我之前有一篇文章详细描述 UIHelper 的用法,可以参考: UIHelper是个什么梗? Po ...
分类:
其他好文 时间:
2020-06-06 00:51:29
阅读次数:
89
1.查看开放端口列表 firewall-cmd --list-ports --查看开放端口列表 开启防火墙 systemctl start firewalld 关闭防火墙 systemctl stop firewalld 查看防火墙状态 systemctl status firewalld 2.开放 ...
分类:
其他好文 时间:
2020-06-04 10:18:44
阅读次数:
153