weeklyCoding-Leetcode 3.LongestSubstring
Leetcode 3. Longest Substring Without Repeating Characters DescriptionHintsSubmissionsDiscussSolution Given a string, find the length of the longest subst...
Leetcode 3. Longest Substring Without Repeating Characters DescriptionHintsSubmissionsDiscussSolution Given a string, find the length of the longest subst...
节前为了解决图标放大发虚的问题一直在测试SDF方式渲染图标技术上已经搞定了,就等美工把svg格式符号库给整出来了。目前业务系统样式比较复杂一类设备往往配几十种样式渲染的图层比较多,为了提高效率寻求了各种方法,降低图层数量无疑是比较有效的。目前修改为stops支持多属性,没有限制的字段可以为空(undefin...
«Go Web编程-谢孟军» golang 的标准库 net/http 提供了 http 编程接口封装了内部细节 http.request 和 http.ResponseWriter 两个对象交互就行。 之所以把http和database放一起是因为他们的实现机制有相似到地方。每个连接请求都会起一个goro...
Given an array of integers with possible duplicates, randomly output the index of a given target number. You can assume that the given target number must...
The EventKit framework helps you access users’ Calendar and Reminders information.First of all I just want to push doneItems to apple Calendars.
PostgreSQL is a powerful, open source object-relational database system with over 30 years of active development that has earned it a strong reputation fo...
go语言和C很像,像到是有指针甚至到了有函数指针和goto的地步。符号首字母的大小写决定了符号的可见性(比Fortran有进步😇),for和c相比有变强,为什么多行字符串是`multiLinestring`呢。。。
每周一练-计算目标索引。假设给定数组中的两个元素和等于给定值计算这个索引。这道题坑最多等就是C++的了:数组参数传值拷贝,数组长度,返回数组总之是后背发凉。(这个每周一练一开始计划叫每日一练的,当mkdir的时候本着从实际的原则改成了weeklypractice)
有了数据就可以统计一下每周或者每月平均时间开销了,工作有两部分一块是时间段控制(至于是自然月还是前30天看个人口味了,我是喜欢当前周和自然月有渐进的成就感)另一部分是数据库查询那个就比较简单了。
Rendering Pipeline这个东西我最开始接触的时候如果名字叫渲染流水线就会省去很多脑细胞去理解管线这个词是个什么东西。CPU的SuperPipeline就很人性化的翻译成超级流水线就很好理解。由于我接触cg的时候固定管线和可编程管线多地位和今天是相反的,所以处于礼貌的原因我也要先介绍一下固定管线...