
开发原理与编程基础
ly969434341
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
IM 原理
一. 参考:1.IM即时通讯实现原理https://cloud.tencent.com/developer/article/1070639原创 2021-09-30 00:09:55 · 473 阅读 · 0 评论 -
敏捷开发(agile development)
一. 参考敏捷开发入门教程https://www.ruanyifeng.com/blog/2019/03/agile-development.html原创 2021-08-30 23:45:35 · 186 阅读 · 0 评论 -
GUI 原理 & 常见实现方式 --- 大前端的确定性与可能性
一. GUI 原理GUI (Graphical User Interface) is a form of users interface that allows users to interact with electronic devicesthrough graphical icons and audio indicator such as primary notion,instead of a text-based user interface, typed command labels or原创 2021-08-20 15:40:15 · 1036 阅读 · 0 评论 -
What is an application binary interface (ABI)?
What is an application binary interface (ABI)?https://stackoverflow.com/questions/2171177/what-is-an-application-binary-interface-abi转载 2021-07-15 14:18:51 · 105 阅读 · 0 评论 -
memset(3) - Linux man page
memset(3) - Linux man pagehttps://linux.die.net/man/3/memset转载 2021-03-29 18:33:15 · 140 阅读 · 0 评论 -
虚拟机随谈(一):解释器,树遍历解释器,基于栈与基于寄存器,大杂烩
虚拟机随谈(一):解释器,树遍历解释器,基于栈与基于寄存器,大杂烩https://www.iteye.com/blog/rednaxelafx-492667转载 2021-03-06 23:54:36 · 217 阅读 · 0 评论 -
栈式虚拟机和寄存器式虚拟机?
栈式虚拟机和寄存器式虚拟机?https://www.zhihu.com/question/35777031/answer/64575683转载 2021-03-06 16:03:20 · 274 阅读 · 0 评论 -
虚拟机
虚拟机(Virtual Machine): 指通过软件模拟的具有完整硬件系统功能的, 运行在一个完全隔离环境中的完整计算机系统.(可以像使用实体机一样对虚拟机进行操作)参考: https://baike.baidu.com/item/%E8%99%9A%E6%8B%9F%E6%9C%BA...原创 2021-02-22 11:01:41 · 112 阅读 · 0 评论 -
动态链接
动态链接https://baike.baidu.com/item/%E5%8A%A8%E6%80%81%E9%93%BE%E6%8E%A5转载 2021-02-20 19:47:44 · 122 阅读 · 0 评论 -
代码设计理念---simple_correct_consistent_complete
一.参考资料1. The Rise of Worse is Betterhttps://dreamsongs.com/RiseOfWorseIsBetter.html2. Worse is betterhttps://en.wikipedia.org/wiki/Worse_is_better3. Common Lisp Object Systemhttps://en.wikipedia.org/wiki/Common_Lisp_Object_System原创 2021-01-11 17:20:40 · 234 阅读 · 0 评论 -
正则表达式学习笔记
参考[good]1.正则表达式30分钟入门教程https://blog.youkuaiyun.com/ly969434341/article/details/511202722.Java 正则表达式https://www.runoob.com/java/java-regular-expressions.html原创 2020-12-14 15:41:28 · 98 阅读 · 0 评论 -
Vim使用方法
技巧1.如何在vim里搜索关键字/关键字按 n键 向下; 按N 向上2.如何在vim中使用grep参考1.Linux如何在vim里搜索关键字https://blog.youkuaiyun.com/sinat_21843047/article/details/89458435原创 2020-11-03 21:58:14 · 215 阅读 · 0 评论 -
代理模式
代理模式https://www.runoob.com/design-pattern/proxy-pattern.html转载 2020-09-28 10:47:53 · 73 阅读 · 0 评论 -
软件工程---软件(程序)设计实现---代码review---通用规则
一.软件工程Software engineering is the systematic appkication of engineering approaches to the development of software. Software engineering is a computing discipline.(一)三个阶段1.定义阶段:(a)可行性研究初步项目计划;(b)需求分析2.开发阶段:(a)概要设计(b)详细设计( c )实现(d)测试3.运行和维护阶段(a)运原创 2020-09-22 15:18:15 · 310 阅读 · 0 评论 -
What is Type-safe?
What is Type-safe?https://stackoverflow.com/questions/260626/what-is-type-safe/260640#:~:text=Type%2DSafe%20is%20code%20that,is%20invalid%20for%20that%20object.转载 2020-09-14 00:53:51 · 176 阅读 · 0 评论 -
socket网络字节序以及大端序小端序(host cup 的字节序)
一参考:1.socket网络字节序以及大端序小端序http://c.biancheng.net/cpp/html/3047.html转载 2020-09-14 00:21:10 · 310 阅读 · 0 评论 -
Building MVP apps: MVP Part I
Building MVP apps: MVP Part Ihttp://www.gwtproject.org/articles/mvp-architecture.html转载 2020-09-08 16:36:51 · 114 阅读 · 0 评论 -
Thread
一,参考1.Threadhttps://en.wikipedia.org/wiki/Thread_%28computing%29原创 2020-08-13 18:00:42 · 148 阅读 · 0 评论 -
OAuth 2.0 的一个简单解释
OAuth 2.0 的一个简单解释http://www.ruanyifeng.com/blog/2019/04/oauth_design.html转载 2019-12-19 23:20:20 · 182 阅读 · 0 评论 -
Base64
Base64:一种基于64个可打印字符来表示二进制数据的表示方法一种基于64个可打印字符来表示二进制数据的表示方法https://zh.wikipedia.org/wiki/Base64转载 2018-10-29 20:15:08 · 142 阅读 · 0 评论 -
Android Studio中格式化代码
Android Studio中格式化代码: https://blog.youkuaiyun.com/u010015108/article/details/71708178转载 2018-06-27 17:25:30 · 3079 阅读 · 0 评论 -
论程序员成长的正确姿势
论程序员成长的正确姿势: https://blog.youkuaiyun.com/singwhatiwanna/article/details/79418655转载 2018-04-08 16:21:12 · 177 阅读 · 0 评论 -
位操作基础篇之位操作全面总结
位操作基础篇之位操作全面总结:http://blog.youkuaiyun.com/morewindows/article/details/7354571转载 2016-09-23 12:09:52 · 290 阅读 · 0 评论 -
GSON使用的学习笔记,入门篇
GSON使用的学习笔记,入门篇::http://blog.youkuaiyun.com/jackie_xiaonan/article/details/14498187转载 2016-05-14 01:16:55 · 327 阅读 · 0 评论 -
中国天气网接口返回json格式分析及接口(XML、图片接口)说明!
中国天气网接口返回json格式分析及接口(XML、图片接口)说明!:http://blog.youkuaiyun.com/gebitan505/article/details/17026045转载 2016-05-14 01:18:11 · 1403 阅读 · 0 评论 -
正则表达式30分钟入门教程
转自:http://deerchao.net/tutorials/regex/regex.htm首页 | 常用正则表达式 | 正则表达式测试工具正则表达式30分钟入门教程版本:v2.33 (2013-1-10) 作者:deerchao 转载请注明来源目录跳过目录本文目标如何使用本教程正则表达式到底是什么东西?入门测试正则表达式元字转载 2016-04-11 11:28:17 · 391 阅读 · 0 评论 -
git使用方法及错误解决链接汇总
1.github常见操作和常见错误!错误提示:fatal: remote origin already exists.:http://blog.youkuaiyun.com/dengjianqiang2011/article/details/92604352.https://confluence.atlassian.com/display/BBKB/fatal%3A+'origin'+原创 2015-10-12 15:40:56 · 692 阅读 · 0 评论 -
软件开发(ERP,APP,游戏)的思考及参考资料
参考资料:1.软件开发文档范例 :http://zz563143188.iteye.com/blog/1835305原创 2015-08-05 18:51:41 · 1064 阅读 · 0 评论 -
MD5
MD5(MD5 Message-Digest Algorithm):信息熵摘要算法,用于对信息内容产生唯一的标识,进而可用于对原信息内容的校验,如信息内容发生改变则生成的MD5值将不同。https://baike.baidu.com/item/MD5...转载 2018-10-29 20:30:11 · 159 阅读 · 0 评论 -
Url编解码
Url编解码http://tool.chinaz.com/tools/urlencode.aspx转载 2018-11-01 11:23:10 · 1570 阅读 · 0 评论 -
性能监控的95分位值意义
性能监控的95分位值意义https://tangguangyao.github.io/2016/03/14/性能监控的95分位值意义/注:95分位:意思是采集了100个人数据从小到大排序,然后取排在第95位的人的数据做为统计数据。其他50分位,80分位,同理。...转载 2018-10-30 23:28:54 · 9412 阅读 · 0 评论 -
Makefile教程(绝对经典,所有问题看这一篇足够了)
Makefile教程(绝对经典,所有问题看这一篇足够了)https://blog.youkuaiyun.com/weixin_38391755/article/details/80380786转载 2019-07-09 11:03:38 · 201 阅读 · 0 评论 -
Android获取当前系统日期和时间
Android获取当前系统日期和时间https://blog.youkuaiyun.com/huangshenshen_/article/details/57161724转载 2019-01-10 11:13:36 · 5860 阅读 · 0 评论 -
数据库索引
索引:https://baike.baidu.com/item/索引/5716853转载 2018-11-27 18:58:21 · 109 阅读 · 0 评论 -
OLTP (online transaction processing) & OLAP(Online Analytical Processing)
1.OLTP(online transaction processing):https://searchdatacenter.techtarget.com/definition/OLTP2.OLAP(Online Analytical Processing)http://olap.com/olap-definition/原创 2018-11-27 18:56:06 · 537 阅读 · 0 评论 -
OSGi (Open Service Gateway Initiative)
OSGi (Open Service Gateway Initiative)https://searchnetworking.techtarget.com/definition/OSGi转载 2018-11-29 15:39:04 · 199 阅读 · 0 评论 -
正排索引(forward index)与倒排索引(inverted index)
正排索引(forward index)与倒排索引(inverted index)https://blog.youkuaiyun.com/garfielder007/article/details/50479074转载 2018-11-19 21:08:02 · 972 阅读 · 0 评论 -
三目运算(三目表达式)是什么?
三目运算符https://baike.baidu.com/item/三目运算符转载 2018-11-22 11:33:12 · 18356 阅读 · 5 评论 -
控制反转
控制反转:https://zh.wikipedia.org/wiki/控制反转转载 2018-11-08 19:18:47 · 120 阅读 · 0 评论 -
WebP—A new image format for the Web
WebP—A new image format for the Webhttps://developers.google.com/speed/webp/转载 2018-11-01 17:13:22 · 233 阅读 · 0 评论