小项目也需要管理,手头一个两个人做的Asp.net项目.昨天刚选好了源代码和bug管理的软件.选来选去,还是原来用过的顺手: 源代码管理: SVN + TortoiseSVN 项目网站和bug管理: Trac 以前一个项目是C# win app项目,server用SVN和Trac是在linux平台装 ...
分类:
其他好文 时间:
2020-08-17 16:45:52
阅读次数:
81
题目: 解答: 1 class Solution { 2 public: 3 vector<vector<int>> res; 4 5 vector<vector<int>> subsets(vector<int>& nums) 6 { 7 // 记录走过的路径 8 vector<int> trac ...
分类:
编程语言 时间:
2020-05-05 19:54:39
阅读次数:
60
1.with open("文件路径","模式") as fp: 操作 进入时 调用 __enter__ 方法 def __enter__(self): print("开始执行 with 方法") 退出时 调用 __exit__ 方法 def __exit__(self,type,value,trac ...
分类:
其他好文 时间:
2020-04-12 14:20:55
阅读次数:
59
我喜欢的: 1. Gnome系用户,按 ,屏幕右上角有红点出现,开始录屏,结束的话再按一次 ,录好的视频在 ~/Videos下 2. ffmpeg 更多细节看 https://trac.ffmpeg.org/wiki/Capture/Desktop Linux ...
分类:
系统相关 时间:
2020-02-28 01:09:18
阅读次数:
94
<?php /** * WordPress 查询综合参考 * 编译:luetkemj - luetkemj.com * * 官方文档: http://codex.wordpress.org/Class_Reference/WP_Query * 源代码: http://core.trac.wordpr ...
分类:
其他好文 时间:
2020-01-20 10:05:30
阅读次数:
113
笔者才开始学习音视频开发,主要是通过阅读刘歧、赵文杰编著的《FFmpeg从入门到精通》以及雷霄骅博士博客总结写的入门心得体会。 官方文档资料 FFmpeg官方文档:https://ffmpeg.org/documentation.html FFmpeg官方wiki:http://trac.ffmpe ...
分类:
其他好文 时间:
2019-12-14 15:58:20
阅读次数:
115
参考文章: "罗勇 Dynamics 365 启用跟踪及读取跟踪文件工具" 参考文章: "官方 How to enable tracing in Microsoft Dynamics CRM" 参考文章: "PFE CRM Trace Log File Reader" 问题:在注册表中查看的Trac ...
分类:
其他好文 时间:
2019-11-22 12:16:32
阅读次数:
236
1. 搭建RTSP服务 首先现在音视频利器 ffmpeg,这个到http://www.ffmpeg.org/download.html 这里下载压缩包即可。 文档参考:http://trac.ffmpeg.org/wiki/ffserver 二进制下载地址:https://ffbinaries.co ...
分类:
其他好文 时间:
2019-11-08 19:06:19
阅读次数:
104
姓名:韩博 学号:201821121115 班级:计算1814 姓名:韩博 学号:201821121115 班级:计算1814 姓名:韩博 学号:201821121115 班级:计算1814 1 实验目的 理解RIP路由表的建立与更新 感受RIP坏消息传得慢 2 实验内容 使用Packet Trac ...
分类:
其他好文 时间:
2019-11-02 11:55:28
阅读次数:
87
参考资料 【1】 《Unity 3D脚本编程 使用C 语言开发跨平台游戏》陈嘉栋著 【2】 @张子阳【C 中的委托和事件 Part.1】 http://www.tracefact.net/tech/009.html 【3】 @张子阳【C 中的委托和事件 Part.2】 http://www.trac ...
分类:
编程语言 时间:
2019-08-29 18:00:59
阅读次数:
77