mthoutai

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 47 48 49 50 51 52 53 54 55 ··· 181 下一页

2017年7月31日

摘要: 刷题究竟刷到什么程度才够? 题目不会直接说不会么? 为什么题目都做出来还是老是挂? 认为面试官总在为难你? 从来就搞不懂动态规划是什么? 怎样正确的骑驴找马? 什么是正确的Coding Style? 面试中该与面试官怎样沟通? 本周日。九章算法《算法班》金牌讲师-段誉 为您倾情奉献。同一时候提供实时 阅读全文
posted @ 2017-07-31 20:44 mthoutai 阅读(17) 评论(0) 推荐(0)

摘要: 时间限制:10000ms 单点时限:1000ms 内存限制:256MB 描写叙述 我们有一个字符串集合S,当中有N个两两不同的字符串。 还有M个询问,每一个询问给出一个字符串w。求有多少S中的字符串能够由w加入恰好一个字母得到。 字母能够加入在包含开头结尾在内的任何位置,比方在"abc"中加入"x" 阅读全文
posted @ 2017-07-31 19:44 mthoutai 阅读(186) 评论(0) 推荐(0)

摘要: 在iOS开发过程中, 我们可能会碰到一些系统方法弃用, weak、循环引用、不能运行之类的警告。 有代码洁癖的孩子们非常想消除他们, 今天就让我们来一次Fuck 警告。! 首先学会主要的语句 #pragma clang diagnostic push #pragma clang diagnostic 阅读全文
posted @ 2017-07-31 19:03 mthoutai 阅读(602) 评论(0) 推荐(0)

摘要: 先看效果图: public class GeneralTemplateWord2007Util { public static void main(String[] args) { // TODO Auto-generated method stub String filePath = "C:/Us 阅读全文
posted @ 2017-07-31 17:29 mthoutai 阅读(359) 评论(0) 推荐(0)

摘要: 接口说明 原型: unsigned int GetBitsValue(unsigned int input, unsigned int startbit, unsigned int bitlen) 输入參数: input 输入的整数 startbit 须要获取的開始bit bitlen 须要获取的b 阅读全文
posted @ 2017-07-31 16:13 mthoutai 阅读(357) 评论(0) 推荐(0)

摘要: Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equals the given sum. F 阅读全文
posted @ 2017-07-31 14:35 mthoutai 阅读(191) 评论(0) 推荐(0)

摘要: 源代码例如以下: #include <sys/socket.h> #include <sys/ioctl.h> #include <linux/if.h> #include <string.h> #include <stdio.h> char *net_detect(char* net_name) 阅读全文
posted @ 2017-07-31 14:02 mthoutai 阅读(3012) 评论(0) 推荐(0)

摘要: //取消訪问权限 function demo() { //操作记录的id var targetId = "A8A46444-BA10-E411-8A04-00155D002F02"; //操作记录的实体名称 var targetType = "new_config"; //被分配的用户或者团队的id 阅读全文
posted @ 2017-07-31 13:05 mthoutai 阅读(183) 评论(0) 推荐(0)

摘要: 官方文档地址:http://www.android-doc.com/training/basics/activity-lifecycle/pausing.html#Resume Pause和Resume一个Activity 在一般的app使用中,前台的activity通常是会被视觉组件所遮住的,这就 阅读全文
posted @ 2017-07-31 11:09 mthoutai 阅读(2141) 评论(0) 推荐(0)

摘要: 《Microsoft Sql server 2008 Internals》索引文件夹: 《Microsoft Sql server 2008 Internals》读书笔记--文件夹索引 在第五章主要学习了table的内部存储结构,第七章《Special storage》中将继续深入学习存储机制,那将 阅读全文
posted @ 2017-07-31 10:20 mthoutai 阅读(212) 评论(0) 推荐(0)

上一页 1 ··· 47 48 49 50 51 52 53 54 55 ··· 181 下一页