码迷,mamicode.com
首页 > 其他好文
图文混排
package com.wt.ada;import java.util.ArrayList;import com.lidroid.xutils.BitmapUtils;import com.wt.top.R;import com.wt.vo.Data;import android.content.C ...
分类:其他好文   时间:2016-06-30 14:15:07    阅读次数:212
Laravel 5 中的配置
介绍 Laravel 的所有的配置文件都放在了 config 这个目录的下面。每个选项都有介绍。 config ├── app.php ├── auth.php ├── cache.php ├── compile.php ├── database.php ├── filesystems.php ├─ ...
分类:其他好文   时间:2016-06-30 14:12:18    阅读次数:156
电脑文件管理的规定-.txt
电脑文件管理的规定-.txt 2016/6/30 6:06 此文件最新版存放在《360云盘的5488手机账号》中 http://yunpan.360.cn/ 138...5488备份文件存放在博客园中 http://www.cnblogs.com/delphixx和《2.5英寸2TB移动硬盘》中文件 ...
分类:其他好文   时间:2016-06-30 14:12:46    阅读次数:266
外部系统集成BIEE
1.外部系统集成BIEE 隐藏工具栏和仪表盘右上角的菜单 2.BIEE 11g 嵌入Iframe InIFrameRenderingMode有三种取值,分别是prohibit、sameDomainOnly、allow 3.自定义菜单栏 ...
分类:其他好文   时间:2016-06-30 14:14:03    阅读次数:324
React – Native 踩坑记
self.navigationController.tabBarController.tabBar.hidden=self.navigationController.childViewControllers.count>1?YES:NO; ...
分类:其他好文   时间:2016-06-30 14:10:46    阅读次数:424
关于滑动改变Navigation颜色的方法
//状态栏透明 self.automaticallyAdjustsScrollViewInsets = NO; self.statusBarView=[[UIView alloc] initWithFrame:CGRectMake(0, 0, SCREENWIDTH, 20)]; self.stat ...
分类:其他好文   时间:2016-06-30 14:13:25    阅读次数:173
git worktree
git clone,不管是single-branch,还是non-single-branch,随着时间的推移,不停的编译、更新、编译。。。workspace占的空间越来越大。我目前工作的一个branch,本身大概3G左右,但是经常更新、编译、切换等等,后来能增大到15G以上。然后再做pull的时候, ...
分类:其他好文   时间:2016-06-30 14:12:42    阅读次数:994
Largest Rectangle in Histogram
Given n non-negative integers representing the histogram's bar height where the width of each bar is 1, find the area of largest rectangle in the hist ...
分类:其他好文   时间:2016-06-30 14:10:11    阅读次数:225
软件开发人员和程序员语录
1. Most of you are familiar with the virtues of a programmer. There are three, of course: laziness, impatience, and hubris. (Larry Wall) 程序员的美德:懒惰,没有耐 ...
分类:其他好文   时间:2016-06-30 14:08:45    阅读次数:136
第21章 行为型模式—观察者模式
1. 观察者模式(Observer Pattern)的定义 (1)定义:定义对象间的一种一对多的依赖关系。当一个对象的状态发生改变时,所有依赖于它的对象都得到通知并被自动更新。 (2)观察者模式的结构和说明(拉模型) ①Subject:目标对象,通常具如的功能:一个目标可以被多个观察者观察;目标提供 ...
分类:其他好文   时间:2016-06-30 14:09:45    阅读次数:278
codeforces 688D - Remainders Game 数学相关
题意:给你x%ci=bi(x未知),是否能确定x%k的值(k已知) 分析:只要保证k能整除ci的最小公倍数即可,由于太大,所以通过暴力分解因子的办法来判断 #include <cstdio> #include <iostream> #include <ctime> #include <vector> ...
分类:其他好文   时间:2016-06-30 14:08:35    阅读次数:260
ftplib模块编写简单的ftp服务
...
分类:其他好文   时间:2016-06-30 14:08:13    阅读次数:160
修改Magento默认Export Customs功能
Magento 1.x的Export功能可以很方便地对Products和Customs的数据进行导出,但是存在几个不足(或者说不方便)的地方: 1. 默认导出的 .CSV文件是以UTF-8格式编码的,而MS Excle的默认编码格式是Unicode,所以导出的 .CSV文件直接在Excle中打开时中 ...
分类:其他好文   时间:2016-06-30 14:09:14    阅读次数:150
单一登录 (SAML 协议)
Azure Active Directory 支持 SAML 2.0 Web 浏览器单一登录 (SSO) 配置文件。 若要请求 Azure Active Directory 对用户进行身份验证时,云服务 (服务提供商) 必须使用 HTTP 重定向绑定传递 AuthnRequest (身份验证请求) ...
分类:其他好文   时间:2016-06-30 14:10:31    阅读次数:384
Toggle组成的表(控制加减法运算)
using UnityEngine;using System.Collections;using UnityEngine.UI;using System.Collections.Generic;public class SizeCompute : MonoBehaviour{ public Text ...
分类:其他好文   时间:2016-06-30 14:08:59    阅读次数:159
吴老:关于测试人生的一站式发展建议--【摘】
个人发展的理想状态路径如下: 打好基础 > 卧薪尝胆 > 小试牛刀 > 大刀阔斧 > 站在测试之巅 > 开始新的挑战之旅 理想状态下,任何一个人进入某个行业肯定都是从菜鸟做起,经过一段时间的努力成为了一个初级选手,又经过了一段努力成为了一个中级选手,又经过了一段努力成为了一个高手,又经过了一段努力从 ...
分类:其他好文   时间:2016-06-30 14:08:55    阅读次数:171
Intersection of Two Arrays | & ||
Intersection of Two Arrays Given two arrays, write a function to compute their intersection. Example Given nums1 = [1, 2, 2, 1], nums2 = [2, 2], retur ...
分类:其他好文   时间:2016-06-30 14:05:59    阅读次数:159
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!