OkHttpClient httpClient = new OkHttpClient(); /** * Google: * You will need to redirect your user to GoogleUserCredentialProvider.LOGIN_URL * Afer this, the user must signin on google and get the token that will be show to him. * This token will need to be put as argument to login. */ GoogleUserCredentialProvider provider = new GoogleUserCredentialProvider(httpClient); // in this url, you will get
this post is by henn idan on the takipi blog . stackoverflow is a gold mine for developers. it helps us find the most useful answers to specific issues we encounter, and we always find ourselves learning new things from it. for the following post, we’ve looked into the most popular java questions and answers and decided to highlight some precious gems that we found. there’s always something new to
Book Description Genetic Algorithms in Java Basics is a brief introduction to solving problems using genetic algorithms, with working projects and solutions written in the Java programming language. This brief book will guide you step-by-step through various implementations of genetic algorithms and some of their common applications, with the aim to give you a practical understanding allowing you
This book provides the definitive tutorial and reference to the JDBC API, the technology that enables universal data access for the Java programming language. This new edition has been updated and expanded to cover the entire JDBC 3.0 API, including the java.sql package and the javax.sql package, the package that facilitates building server-side applications. Containing in-depth explanations that
JDBC 4.0 and Oracle JDeveloper for J2EE Development A J2EE developer's guide to using Oracle JDeveloper's integrated database features to build data-driven applications This book is a practical reference guide to using Oracle JDeveloper IDE and JDBC 4.0 to develop J2EE data-driven applications. The book is suitable for Java/J2EE and Oracle JDeveloper beginners. If you are a J2EE developer and want
サンプルで覚える XSLTプログラミング 小山尚彦、Chienowa.comチーム 日本オラクル株式会社 2000/8/22 2000/10/12(第9章以降追加) XMLは文書の記述の表記基準に過ぎません。ですから、XMLがその真価を発揮するにはさまざまな要素が必要です。例えば、XML文書のデータ構造を、XML文書をやり取りする人々のあいだで定義しておくことは大切です。そのために、DTDや最近ではXML SchemaというXMLデータ構造を表記する基準(スキーマ言語)が検討されています。 また、XML文書をさまざまな形式に加工することも重要でしょう。しかも、 そのような加工の方法もXMLで書かれたならなおよいでしょう。 それがXSL(Extensible Stylesheet Language)です。 XMLを自由に加工できる XSLはXSLT(XSL Transformation)と、
JAXPとは JAXPとは、Java Api for Xml Processingの略で、サン・マイクロシステムズ株式会社から提供されているXMLパーサなどの、XMLデータを操作するためのクラスライブラリです。 DOMやSAXなどを使ってプログラミングすることもできます。 ただ、JAXPは、改行コードの扱い方に不具合があり、XMLデータから改行コードを削除しないと、正しく動作しません。 サンプルソースは、以下に公開していますので、プログラム側に問題がある場合は、指摘していただけるとうれしいです。 ノード情報の表示 DOMを使って、ノード情報の階層構造を表示してみましょう。 以下のソースを入力してください。 Documentオブジェクトは、DocumentBuilderFactoryと、DocumentBuilderを作成し、XMLパーサに通すと出力されます。 ノード情報は、再帰呼出しを使っ
たいした役に立たないかもしれないが、意外に情報がない。 DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance(); factory.setAttribute("indent-number", 2); // スペース2個分のインデント DocumentBuilder builder = factory.newDocumentBuilder(); Document document = builder.newDocument(); // DOMの処理 Transformer transformer = factory.newTransformer(); transformer.setOutputProperty(OutputKeys.INDENT, "yes"); // インデント付きにする // 一旦文字列にす
ブラウザでダウンロード SHIFT_JIS で入力して UTF8N(UTF8) で出力する Java のテキストファイル入力は、3つのクラスを1セットで使用します ( デフォルトの文字エンコーディングのみならば、FileReader と BufferedReader ) FileInputStream( バイトストリーム ) ▼ InputStreamReader( キャラクタセット処理 ) ▼ BufferedReader ( 行単位で処理する ) ※ 有効なキャラクタセットはこちら 書き込みで UTF8 を指定すると、いわゆる UTF8N になりますので、 BOM( EF BB BF ) が必要な場合は、事前に自分で FileOutputStream を使用して書き込みます package action; import javax.swing.*; import java.awt.*;
{今年|今月|今週|今日}も何%過ぎました ゆく河の流れは絶えずして、しかももとの水にあらず (鴨長明:荘子) FESTINA LENTE ゆっくり急げ (ローマ帝国初代皇帝 アウグストゥス) 立派にできたのであれば、それは十分早くできたことになる (ローマ帝国初代皇帝 アウグストゥス) 海豹日記 へようこそ このサイトは、個人的な覚書を残しておくサイトです 自分は、よくこんなことをします 何かの困りごとや興味の赴くままに、いろいろ調べる 数か月後に、そのことを忘れてしまって、同じことについていろいろ調べる。しかし、そのうち、数か月前の自分が、同じことを同じように調べていたことに気づく それは不毛なので、覚書を残しておこうというわけです (主人公のアリスに掴まれて、チェス盤のはるかかなたまで持ち上げられたことのあるチェスの王さまが、当時のこと思い出し) 王さま「あの瞬間の恐怖といったら、わ
ご指定のホームページは下記のアドレスに移動しました。 ブックマークなどの登録変更をお願いします。 http://dorafop.my.coocan.jp/ ※10秒後に自動的に移転先のページにジャンプします。
元メー子SE・現外資系クラウドベンダーのコンサルが趣味でやってる技術メモ・ライブ・その他個人的な日記兼用ブログ。 ※このブログは個人のものであり、所属する会社組織とは関係ありません。/* Its opinion is my own. JAVAでUTF-8のファイルからBOM(Byte Of Mark)を取り除く方法。 ググればでてくるが自分用のメモ。 BOMはUnicodeでの文字コードが「Uxfeff」で定義されている。 通常テキストファイルの「先頭」に位置しているので、 ファイルから読み込んだ文字列の1文字目のコードを判定して「0xfeff」だったら取り除く、 とすればよいだけ。 private static String excludeBOMString(String original_str) { if (original_str != null) { char c = origi
Enjoy self-explanatory, Java EE 7 code :-): import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.IOException; import javax.json.Json; import javax.json.JsonObject; import javax.json.JsonReader; import javax.json.JsonWriter; //... JsonObject deserialize(byte[] content) throws IOException { try (ByteArrayInputStream bais = new ByteArrayInputStream(content); JsonR
What Is generjee? generjee is a free online tool to create comprehensivce data-oriented Jakarta EE applications without any coding. You can use it to start development projects from a prepared code base, tailored according to your specific project settings and your individual data model. The produced code is ready to run on any Jakarta EE application server and is independent of generjee. Generate
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く