<?xml version="1.0" encoding="gbk" ?><html xmlns="http://www.w3.org/1999/xhtml"><head> <meta http-equiv="Content-Type" content="text/html; charset=gbk ...
分类:
其他好文 时间:
2018-09-28 14:43:34
阅读次数:
192
AppCompatActivity隐藏支持行为栏 getSupportActionBar().hide();全屏getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FL ...
分类:
移动开发 时间:
2018-09-15 20:54:06
阅读次数:
314
上一节中鸡啄米讲了为Ribbon Bar添加控件的方法。本节教程鸡啄米将继续完善前面的实例,讲解一些稍复杂的控件的添加方法,及如何为它们添加消息处理函数。 一、为Ribbon Bar添加更多Ribbon控件 鸡啄米将在上一节实例的基础上,继续添加下拉菜单、Check Box、Combo Box等Ri ...
分类:
编程语言 时间:
2018-09-15 10:38:33
阅读次数:
170
1.配置邮件请在azkaban-web-server中进行配置:如下图: /opt/azkaban/azkaban/azkaban-web-server/build/install/azkaban-web-server/conf 注意: 邮件服务器和接受邮件对像使用了QQ邮箱。azkaban可能不支 ...
分类:
其他好文 时间:
2018-09-14 12:46:01
阅读次数:
3668
During the NBA playoffs, we always arrange the rather strong team to play with the rather weak team, like make the rank 1 team play with the rank nth ...
分类:
其他好文 时间:
2018-09-10 11:03:38
阅读次数:
611
什么是“”跨域”: 跨域访问,简单来说就是 A 网站的 javascript 代码试图访问 B 网站,包括提交内容和获取内容。由于安全原因,跨域访问是被各大浏览器所默认禁止的。当一个域与其他域建立了信任关系后,2个域之间不但可以按需要相互进行管理,还可以跨网分配文件和打印机等设备资源,使不同的域之间 ...
分类:
Web程序 时间:
2018-08-28 20:20:20
阅读次数:
208
CSS命名规则 头:header 内容:content/container 尾:footer 导航:nav 侧栏:sidebar 栏目:column 页面外围控制整体布局宽度:wrapper 左右中:left right center 登录条:loginbar 标志:logo 广告:banner 页 ...
分类:
Web程序 时间:
2018-08-18 23:37:18
阅读次数:
550
迭代器模式和观察值模式"""行为模式:是对不同的对象之间划分责任和算法的抽象方式。重点在于类和类之间相互作用。# 迭代器模式# 观察者模式""" 1. 迭代器模式# Iterable: iter方法: return Iterator# Iterator:next iter方法# 用于访问 集合对象的... ...
分类:
其他好文 时间:
2018-08-16 00:38:58
阅读次数:
188
这里利用Nathan Yau所著的《鲜活的数据:数据可视化指南》一书中的数据,学习画图。 数据地址:http://datasets.flowingdata.com/ppg2008.csv 首先查看一下数据文件的前5行: 这是NBA球员的比赛统计数据,比如说AST:(assists) 助攻次数,STL ...
分类:
其他好文 时间:
2018-08-15 19:36:38
阅读次数:
1311
#!/bin/bash## Copyright (c) 2014-2015 Michael Dichirico (https://github.com/mdichirico)# This software/script is released under the terms of the MIT l ...
分类:
其他好文 时间:
2018-08-12 20:08:07
阅读次数:
171