- DXperience 12.2 Office Inspired Apps : Part I
- DXperience 12.2 Office Inspired Apps : Part II
- DXperience 12.2 Office Inspired Apps : Part III
- DXperience 12.2 Office Inspired Apps : Part IV
- UIデザインの参考になるサイトまとめ
- Dribble
- MOBILE TUXEDO
- Inspired UI
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Web.Services; | |
using System.Web.UI; | |
namespace WebApplication1 | |
{ | |
public partial class Default : Page | |
{ |
- Extension Sheet
- http://help.devexpress.com/#AspNet/CustomDocument903
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var cellType = new CheckboxCellType(); | |
sheet.Cells(i, j).CellType = cellType; | |
sheet.Cells(i, j).Locked = true; |
- A successful Git branching model を翻訳しました
- Out-Clipboard (ocb)
- dir | ocb
- Get-Clipboard (gcb)
- gcb
- 現在ブランチではない方のバイナリファイルを採用したい場合
- git checkout --theirs xxxx
- コンフリクトしたファイルを確認する方法
- git ls-files -u
- コミットメッセージの書き方
- http://www.clear-code.com/blog/2012/2/21.html