??
Modeling New Semantics
新语义建模
When you create a model using UML, you work within the rules the UML lays down. That’s
a good thing, because it means that you can communicate your intent...
分类:
其他好文 时间:
2015-03-06 09:41:51
阅读次数:
165
vmware vsphere平台上克隆centos6一、删掉/etc/udev/rules.d/70-persistent-net.rules文件 reboot二、vim ifcfg-eth0 删掉uuid mac三、重启网卡 若不行 查看新生成的70-persistent-net.rules的网卡...
分类:
其他好文 时间:
2015-03-04 18:55:42
阅读次数:
129
Suppose a bank has N windows open for service. There is a yellow line in front of the windows which devides the waiting area into two parts. The rules...
分类:
其他好文 时间:
2015-03-03 13:10:32
阅读次数:
182
本文基于ST官方demo板STM32F429 Discovery硬件平台,以看图说话的形式给大家讲解LTDC的主要参数配置。关于本文提到的代码部分均摘自本人另一片文章《STM32F429之LTDC代码模板》,LCD硬件为240x320,驱动IC为ili9341。本文目的意在让大家通过几张图就能掌握STM32F429 LTDC控制器的配置要领,而从干涩的文字中解脱出来,方便记忆。当然本文只是讲解了LTDC一些常用的设置,关于更多细节的操作还是得参照ST的官方datasheet。...
分类:
其他好文 时间:
2015-03-02 01:01:48
阅读次数:
1051
Determine if a Sudoku is valid, according to: Sudoku Puzzles - The Rules.
The Sudoku board could be partially filled, where empty cells are filled with the character '.'.
A partially fille...
分类:
其他好文 时间:
2015-03-01 15:45:20
阅读次数:
136
https://oj.leetcode.com/problems/valid-sudoku/Determine if a Sudoku is valid, according to:Sudoku Puzzles - The Rules.The Sudoku board could be partia...
分类:
其他好文 时间:
2015-02-28 21:32:40
阅读次数:
223
Using Network Service DiscoveryCreating P2P Connections with Wi-FiUsing Wi-Fi P2P for Service DiscoveryUsing Network Service Discovery来源:http://develo...
分类:
其他好文 时间:
2015-02-28 17:59:51
阅读次数:
143
首先,在模型中添加验证码字段:
public function rules(){
return ['verifyCode', 'captcha'],
}
其次,可以在函数attributeLabels中添加前台页面中验证码的字段名称:
public function atrributeLabels(){
return ['verifyCode'=>'Verification Code...
分类:
其他好文 时间:
2015-02-27 17:00:10
阅读次数:
166
A long-distance telephone company charges its customers by the following rules:Making a long-distance call costs a certain amount per minute, dependin...
分类:
其他好文 时间:
2015-02-27 00:15:02
阅读次数:
199
原文网址:http://blog.sina.com.cn/s/blog_69b5d2a50101f23c.html1.概述SDP是蓝牙的Service Discovery Protocol,用来发现远程设备能够提供的Service。它只负责发现对方支持的Service,不负责Service的具体实现...
分类:
其他好文 时间:
2015-02-25 23:37:23
阅读次数:
281