上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 166 下一页
摘要: LeetCode 第 342 题(Power of Four) Given an integer (signed 32 bits), write a function to check whether it is a power of 4. Example: Given num = 16, retu 阅读全文
posted @ 2017-07-30 18:34 yutingliuyl 阅读(200) 评论(0) 推荐(0) 编辑
摘要: 一。生成公布证书(证书的作用:类似于驾照,证明你的身份能够进行开发人员一些操作) 打开https://developer.apple.com 点击右上角开发人员中心 这里输入你付款过的Apple 帐号和password 以下点击Certificates,Identifiers&Profiles 这个 阅读全文
posted @ 2017-07-30 18:01 yutingliuyl 阅读(1663) 评论(0) 推荐(0) 编辑
摘要: 1、常量注入方式 package com.guice.ConstantInjectDemo; import com.google.inject.Binder; import com.google.inject.Guice; import com.google.inject.Inject; impor 阅读全文
posted @ 2017-07-30 17:57 yutingliuyl 阅读(406) 评论(0) 推荐(0) 编辑
摘要: 经常使用svn命令说明 1、从SVN仓库中检索出代码到工作拷贝: # svn checkout https://svn.sinaapp.com/appname [workcopy] 当中workcopy是可选的,假设不写workcopy,SVN会默认将appname做为workcopy。 假设仅仅检 阅读全文
posted @ 2017-07-30 17:06 yutingliuyl 阅读(567) 评论(0) 推荐(0) 编辑
摘要: 《深入理解Spark:核心思想与源代码分析》一书前言的内容请看链接《深入理解SPARK:核心思想与源代码分析》一书正式出版上市 《深入理解Spark:核心思想与源代码分析》一书第一章的内容请看链接《第1章 环境准备》 《深入理解Spark:核心思想与源代码分析》一书第二章的内容请看链接《第2章 SP 阅读全文
posted @ 2017-07-30 16:01 yutingliuyl 阅读(262) 评论(0) 推荐(0) 编辑
摘要: 【030-Substring with Concatenation of All Words(串联全部单词的子串)】 【LeetCode-面试算法经典-Java实现】【全部题目文件夹索引】 原题 You are given a string, s, and a list of words, word 阅读全文
posted @ 2017-07-30 15:29 yutingliuyl 阅读(246) 评论(0) 推荐(0) 编辑
摘要: 上篇博客我们说Spring web Flow与业务结合的方式主要有三种,以下我们主要介绍一下第三种的应用方式 3,运行到<action-state> 元素SpringWeb Flow 中的这个 <action-state> 是专为运行业务逻辑而设的 state 。假设某个应用的业务逻辑代码既不适合放 阅读全文
posted @ 2017-07-30 13:56 yutingliuyl 阅读(284) 评论(0) 推荐(0) 编辑
摘要: 优才网 【优才原创】Android的拖放机制 2016-04-18 优才学院 优才网 一、拖放机制概述 ² 拖放操作是手指触摸屏幕上的某一对象。然后拖动该对象。最后在屏幕的某个位置释放该对象并运行某种操作。如删除、卸载、启动、复制数据等。 ² 同意以图形化的手势操作完毕某项任务。 ² 拖放操作的优势 阅读全文
posted @ 2017-07-30 12:38 yutingliuyl 阅读(454) 评论(0) 推荐(0) 编辑
摘要: 微软今天同步公布了新的 Windows 10 Redstone PC 和 Windows 10 Mobile 预览版。PC 版本是 Build 14271。Mobile 版本是 Build 14267.1004。Windows 10 Redstone PC Build 14271 主要修复了下面问题 阅读全文
posted @ 2017-07-30 11:14 yutingliuyl 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 1. /etc/my.cnf.d/client.cnf[client] #password = [your_password] port = 3306 socket = /tmp/mysql.sock default-character-set=utf8 2. [mysqld]:添加例如以下3个參数 阅读全文
posted @ 2017-07-30 10:36 yutingliuyl 阅读(351) 评论(0) 推荐(0) 编辑
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 166 下一页