最近の5件
2016年
2月
11日
木
格安 レンタルサーバ xrea を使ってみた。。。
といっても まだ 初日で数時間。。。
感想。。。。。
重すぎ。。。。。。orz
Wordpress を入れてみたんだけど、 動作が重すぎて 設定中にイライラする。。。
まぁ 一番安い。。。てか 無料プランなんだけどね!(笑
この 重さでは安くても 使えないなーー
なんか 登録時に割り当てられる サーバーで 当たりやはずれなんかもあるみたい。
無料だから しかたいなか。。。
2016年
1月
31日
日
<style type="text/css"> .datetime {zoom: 1;height: 100% !important;padding: 0 !important;margin: 10px 0 0 0 !important;background: none !important;}.datetime:after {content: "";clear: both;display: block;}.datetime-inner {float: left;height: 100% !important;padding: 8px !important;margin: 0 !important;border-radius: 5px;font-size: smaller !important; font-weight: normal !important; }.datetime-inner p {margin: 0 !important;padding: 0 !important;text-shadow: none !important;line-height: 1em !important;}.day-word,.day,.mon { float: left;text-align: center;}.day-word:before { content: "("; }.day-word:after { content: ")"; }.yr { float: left; }.blogselection h2 {margin: 10px 0 5px !important;padding: 0 0 10px !important;background: none !important;border-top: none !important;border-right: none !important;border-bottom: 1px dashed #aaaaaa !important;border-left: none !important;font-weight: normal !important;}.blogselection h1 a {text-decoration: underline !important;}.blogselection h1 a:hover {font-weight: bold !important;}.cc-page-blog .post {margin: 0 0 5px !important;padding: 0 0 5px !important;border-bottom: 1px dashed #aaaaaa !important; }.cc-page-blog h1 {margin: 10px 0 5px !important;padding: 0 0 10px !important;background: none !important;border-top: none !important;border-right: none !important;border-left: none !important;font-weight: normal !important;border-bottom: 1px solid #999999 !important;}.cc-page-blog h1 a {text-decoration: none !important;}.cc-page-blog .postmeta {font-size: smaller !important; color: #999999; } .datetime-inner { background: #555555; } .datetime-inner p { color: #ffffff !important; } </style>
2015年
7月
01日
水
最近、Visual C++ を利用している。 仕事で 言語指定なんだよね。
作るソフトにもよるが 個人的には C#の方が やっぱ いいな~
以前 C#を毛嫌いしていたころが うその様wwwwwww
最近 とっても便利なサイトを見つけたので カキカキ
C++/CLI 言語仕様書 (日本語訳)
http://vene.wankuma.com/ecma372/StartingState.aspx
もうね。 うれしすぎ!!
英語苦手なんだよね~
後ついでに 文字列操作につていも
http://vene.wankuma.com/prog/CppCli_strings.aspx
はっきりいって C++/CLI で 文字列型を いろいろ変換するの面倒すぎ!(笑
もう CLI 使うなら System::String だけで いいよ! って いっても
細部でそうゆうわけにいかないから 型変換するんだけど
簡単にキャストできるようにしておいてくれよ。。。 って めんどくさがりな俺は思ってしまう。
まぁ 使うパターンは コードに起こしてメモしてあるから それ利用すればいいんだけどね。