
tech.valgog.com
Valentine's tech logValentine Gogichashvili's technology blog. Posts related to Java, databases (PostgreSQL mostly) and programming.
http://tech.valgog.com/
Valentine Gogichashvili's technology blog. Posts related to Java, databases (PostgreSQL mostly) and programming.
http://tech.valgog.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Saturday
LOAD TIME
0.5 seconds
PAGES IN
THIS WEBSITE
19
SSL
EXTERNAL LINKS
1
SITE IP
74.125.69.121
LOAD TIME
0.453 sec
SCORE
6.2
Valentine's tech log | tech.valgog.com Reviews
https://tech.valgog.com
Valentine Gogichashvili's technology blog. Posts related to Java, databases (PostgreSQL mostly) and programming.
Valentine's tech log: August 2013
http://tech.valgog.com/2013_08_01_archive.html
Real-time console based monitoring of PostgreSQL databases (pg view). In many cases, it is important to be able to keep your hand on the pulse of your database in real-time. For example when you are running a big migration task that can introduce some unexpected locks, or when you are trying to understand how the current long running query is influencing your IO subsystem. For a long time I was using a very simple bash alias that was injected from the. Some additional statistics from the. Subscribe to: P...
Valentine's tech log: November 2010
http://tech.valgog.com/2010_11_01_archive.html
Reflecting generic type parameters in Java. If you one is introspecting an object class in Java, it was always a problem to be able to find out, what is the actual type of the generic type parameter for a class field or property. Ok, yesterday Daniel and I ware listening to a presentation about EclipseLink. Here is a simple example, that I made inspired by this information:. It is really simple, as you can see on lines 25 and 26. The trick is to really check if the result of. Is actually an instance of.
Valentine's tech log: How to remove SIM Card PIN from your GSM/UMTS modem on Ubuntu (Linux)
http://tech.valgog.com/2011/10/how-to-remove-sim-card-pin-from-your.html
How to remove SIM Card PIN from your GSM/UMTS modem on Ubuntu (Linux). If your GSM modem SIM Card is configured with a PIN a NetworkManager is constantly trying to ask for that PIN on every wake up. and this is quite annoying indeed. So the easy way to remove a PIN protection from your SIM Card under Ubuntu would be:. Sudo apt-get install gsm-utils sudo gsmctl -d /dev/ttyACM0 -o unlock sc all 1234. Here 1234 is actually your SIM Card PIN to be removed. Posted by Valentine Gogichashvili.
Valentine's tech log: October 2009
http://tech.valgog.com/2009_10_01_archive.html
PyDev is finally fully open sourced! Is finally fully open sourced! These are really good news! Posted by Valentine Gogichashvili. Subscribe to: Posts (Atom). PyDev is finally fully open sourced!
Valentine's tech log: February 2011
http://tech.valgog.com/2011_02_01_archive.html
PgAdmin III macros: get table fields. When writing SQL statements of Stored Procedure code in pgAdmin, it is quite often quite handy to know the names and restrictions on the fields of some table. Here is a simple macro that can be assigned to a key combination in. PgAdmin - Query Window - Macros - Manage macros. My preferred key binding is. Posted by Valentine Gogichashvili. Type of NULL is important. The following SQL query shows how different can be the result of concatenating arrays with NULL values:.
TOTAL PAGES IN THIS WEBSITE
19
皇马vs拜仁点球大战——皇马vs拜仁点球大战平台——皇马vs拜仁点球大战官网-tech.uumode.cn
TECH.UZ - новости высоких технологий
Загрузка. Пожалуйста, подождите. Цифровое фото и видео. Цифровое фото и видео. Вам нужен интернет для. Обучение компьютерной грамотности от УзАСИ. В течение этого года Узбекское агентство связи и информатизации (УзАСИ) совместно с Центром среднего специального и профессионального образования и ОДМ Камолот организует бесплатные курсы для молодежи в сельской местности по обучению работе в сети Интернет. Другие статьи из раздела " Новости и пресс-релизы. Другие статьи из раздела " Интернет и сеть. Компания ...
UZABASE Tech Blog
上場できたのもこれまで支えていただいた皆さまのおかげですといった形式ばったことは最小限に留めておいて、上場にあたって広報ノウハウがあまり公開されていなくて本気で困ったので、Tech Blogの場を借りて、今後増えてくると思われる上場準備中の企業の広報担当者さんたち向けに スタートアップが新規上場 IPO する際に広報として気をつけておきたいこと. 投資家 株主の方々は事業内容や業績のほかに、社長や従業員のキャラクターも重要視されるので、肩肘張ったものではなくて らしさ が出るものが良いと思います。 社員の顔が見えることが重要 というのは、プロピッカーでもあるレオス キャピタルワークス 藤野英人さんの記事を参考にしました。 この記事は 広報マーケティング Advent Calendar 2016 - Adventar. CI環境 に関する Tips を共有する勉強会 Web Tech Tokyo #2 を開催しました. 2016年11月14日に、Web系エンジニア同士でTipsを共有しあう交流会 Web Tech Tokyo の第2回目をユーザベースで開催しました。 Web Tech Tkyo #1.
科技新闻_第一视频网
Google在美国正式推出虚拟运营商服务Project Fi,Venturebeat专栏作者Alan Berrey近日撰文指出,该服务可能会成为运营商的终结者。 空中 握手 一小步 卫星导航系统前进. 空中 握手 一小步 卫星导航系统前进. 宝庆尚品2015 汉语桥 我与中国第一次亲密接触 走进. 空中 握手 一小步 卫星导航系统前进一. 上海 国产太阳能飞机 墨子号 比例验证机.
V7N Technology
The Perfect Cell Phone. Posted Jan 9 2014. I fully admit that I have fallen head over heels in geek love with my iPhone 5s and even though the color will be quickly covered up with a case, I even adore the color! That being said, is there really such thing as the perfect cell phone? Is one better than the other? Both my son and I upgraded …. Social Media and Friendship. Posted Dec 19 2013. Techie Geek Santa Claus. Posted Nov 15 2013. Posted Jul 18 2013. One of my favorite things to do is to find a back r...
Valentine's tech log
Real-time console based monitoring of PostgreSQL databases (pg view). In many cases, it is important to be able to keep your hand on the pulse of your database in real-time. For example when you are running a big migration task that can introduce some unexpected locks, or when you are trying to understand how the current long running query is influencing your IO subsystem. For a long time I was using a very simple bash alias that was injected from the. Some additional statistics from the. Schema based ve...
紫外線対策 窓からの紫外線対策
近年、オゾン層の破壊によって地上に到達する紫外線が増加していることから、世界保健機関 WHO UV インデックスを活用した紫外線対策の実施を推奨しています。 国内では平成15 年 2003年 に環境省から紫外線に関する保健指導のあり方を示した 紫外線保健指導マニュアル が刊行され、この中でもUVインデックスに応じた紫外線対策の具体的な例が示されています。
DEVELOPERS BLOG | 株式会社VASILY(ヴァシリー)
1 欧文書体 その背景と使い方 欧文書体 その背景と使い方 欧文タイポグラフィの. This article was posted. This article was posted. Modern Ruby: Functional Ghost in an imperative shell Ruby is a language designed in the following steps: take a simple lisp language (like one prior to CL). remove macros, s-expression. add si. This article was posted. This article was posted. 3月9日に発表されたGoogle Chromeの最新ベータ版v42.0.2311.22でPush APIがサポートされニュースになりました。 This article was posted. グリーにて モンプラ 探検ドリランド の開発に携わりながら会社の急成長を経験。
おまかせサーバサービス 会員専用ページ : 工事・故障情報
tech@vedella | Ciència i tecnologia divertida
カレー焼き飯 (Arros fregit al curri). Una altra recepta, com no basada en arròs, ja que ens han dit males llengües que tenim un fan secret de la cuina amb arròs (hola Tomas! M'estic imaginant en Tomas renegant per el tema del Ajinomoto, que per aquells que encara no en teniu, el podeu trobar als establiments Japonesos habituals. És un condiment similar a la sal que potencia els gustos i del qual sembla que no convé abusar-ne massa perque fa venir molt set (entre altres coses). L'arbre de Nadal ciber. Com que j...
Velmont Tech | Musings about video, html, tech and linux
Remove Domain Part, WordPress-plugin. Supporting audio codec Opus in Opera 12. So Opus was finally RFC’d. And is a mandatory to implement codec in WebRTC. This is truly great stuff! Opus has long worked in Opera in fact, if your system gstreamer actually supported Opus. So, since Firefox already supports Opus. How do you get Opus codec support in Opera. Well, just install libopus, and you should be good to go. I have Opus running and working in my Opera 12 here :-). Anyway, the keyword here is /native/ s...