<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.ceric35.net/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>Ceric35 - public:dev</title>
        <description></description>
        <link>https://wiki.ceric35.net/</link>
        <lastBuildDate>Wed, 20 May 2026 05:05:12 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://wiki.ceric35.net/_media/wiki/dokuwiki.svg</url>
            <title>Ceric35</title>
            <link>https://wiki.ceric35.net/</link>
        </image>
        <item>
            <title>Android</title>
            <link>https://wiki.ceric35.net/public/dev/android?rev=1676295589&amp;do=diff</link>
            <description>Android

Activer la détection usb

Récuperer l&#039;identifiant du téléphone:

$ lsusb
Bus 001 Device 005: ID 04e8:685e Samsung Electronics Co., Ltd

L&#039;identifiant sera 04e8

Créer le fichier /etc/udev/rules.d/51-android.rules:

SUBSYSTEM==&quot;usb&quot;, SYSFS{idVendor}==&quot;04e8&quot;, MODE=&quot;0666&quot;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 13 Feb 2023 13:39:49 +0000</pubDate>
        </item>
        <item>
            <title>Eclipse</title>
            <link>https://wiki.ceric35.net/public/dev/eclipse?rev=1676295589&amp;do=diff</link>
            <description>Eclipse

Downloads

	*  Base : Eclipse SDK
	*  Plugin Subclipse : &lt;http://subclipse.tigris.org/update_1.8.x&gt; (&lt;http://subclipse.tigris.org/servlets/ProjectDocumentList?folderID=2240&gt;)
	*  Plugin freemarker : &lt;http://download.jboss.org/jbosstools/updates/stable&gt; (&lt;https://www.jboss.org/tools/download/stable.html&gt;)
	*  TestNG : &lt;http://beust.com/eclipse&gt; (&lt;http://testng.org/doc/download.html&gt;)
	*  Webtool : &lt;http://download.eclipse.org/webtools/downloads/&gt;
	*  M2Eclipse : &lt;http://www.eclipse.org/m…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 13 Feb 2023 13:39:49 +0000</pubDate>
        </item>
        <item>
            <title>GIT</title>
            <link>https://wiki.ceric35.net/public/dev/git?rev=1676295589&amp;do=diff</link>
            <description>GIT

Installation

Configuration

Identité:
git config --global user.name=User Name
git config --global user.email=user@mail.do
Authentication cache:
git config credential.helper cache</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 13 Feb 2023 13:39:49 +0000</pubDate>
        </item>
        <item>
            <title>Problèmes IE</title>
            <link>https://wiki.ceric35.net/public/dev/ie?rev=1676295589&amp;do=diff</link>
            <description>Problèmes IE

Image invisibles sur les listes

le style suivant ne fonctionne pas sous IE :

ul li {
    background: url(&#039;/images/test.gif&#039;) no-repeat left top;
}


Il s&#039;agit en fait d&#039;un bug : &lt;http://positioniseverything.net/explorer/ie-listbug.html&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 13 Feb 2023 13:39:49 +0000</pubDate>
        </item>
        <item>
            <title>Java</title>
            <link>https://wiki.ceric35.net/public/dev/java?rev=1676295589&amp;do=diff</link>
            <description>Java

Clone

Comment code-t-on un clone en Java, c&#039;est pas si simple :

public class TestClone implements Cloneable {
  protected String name;

  public TestClone clone() throws CloneNotSupportedException {
    return (TestClone)super.clone();
  }
}</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 13 Feb 2023 13:39:49 +0000</pubDate>
        </item>
    </channel>
</rss>
