You might see some messy jar in view of your eclipse project in Project Explorer and you want to remove it from this view. Here is a short instruction for that. Instructions On Eclipse Project Explorer, your left top menu of the explorer, click on Filter On the “Java Element Filters”, find “Libraries from external”…
Install Maven 2 build tool on Windows
If you just start to develop some application, you need some built tools to help to package, compile or make your development structure look right. Maven is a right tool for that. It’s simple and easy to use, it works with many of programming languages, especially with Java. Here is simple steps to install maven…
To create jar packaging of Java project with maven 2 based, we used a plugin called: maven-jar with simply paste the code below in pom.xml of plugins section: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <version>2.4</version> <configuration> <archive> <manifest> <addClasspath>true</addClasspath> </manifest> </archive> </configuration> </plugin> And if you want to add in your jar’s MANIFEST info, you can directly modify…
Some case, you need to generate source code from your project which is maven 2 based. Please have a look to maven-source plugin by adding a short code below into your pom.xml <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <executions> <execution> <id>attach-sources</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> By default it will generate jar named as: ${project.artifactId}-${project.version}-source.jar
ខ្ញុំមាន Project in Java បន្ទាប់ពី Compile និង Package វាជា Jar file ហើយ។ តើត្រូវធ្វើយ៉ាងម៉េច អាចប្រើវា ជា EXE file ប្រើក្នុង Windows XP or Windows 7 បាន? សូមជួយប្រាប់ពីរបៀបផង និងពិសេស តើមាន Freeware ឬ Free software សំរាប់ធ្វើការងារនេះអត? អរគុណទុកជាមុន។
សួរស្តី ខ្ញុំមានបញ្ហាជាមួយ List Box and List View Control នៅក្នុង VB.Net ចង់សួរថា៖ តើ List Box and List View ជាអ្វី? តើប្រើពេលណា? ប្រើដូចម្តេច? រួមទាំង Coding ដើម្បីប្រើវាបាន ។ ខ្ញុំប្រើ Visual Studio 2008
ពេល Setup Windows 7 រួច ដំឡើងកម្មវិធី Microsoft Office 2007 តែវាយ Font Limon អត់ចេញជើង ធ្វើយ៉ាងម៉េចទៅ?
ភ្លេច Password របស់ File Excel
ខ្ញុំមាន File សំខានៗជាច្រើនដែលជា File Excel ក៏ ប៉ុន្តែខ្ញុំបានភ្លេច Password ទៅហើយ។ ខ្ញុំប្រើ MS Excel 2007. តើត្រូវធ្វើយ៉ាងម៉េចទៅ ដើម្បីបើកបាន?
យើងបានដាក់អោយប្រើប្រាស់ AskIt @ Osify សំរាប់ការសាកល្បងតែប៉ុណ្ណោះ វាមិនទាន់ពេញលក្ខណៈនៅឡើយទេ។ ហេតុនេះបើបងប្អូនមើលឃើញ បញ្ហា ឬ សំណើរផ្សេងៗ សូមចុចត្រង់នេះ ដើម្បីផ្តល់ព័ត៌មាន។ ហេតុអ្វី មាន AskIt @ Osify? ដោយខ្លី គឺដើម្បីជួយសំរួល រាល់បញ្ហាទាក់ទងនឹងបច្ចេកវិទ្យាកុំព្យុទ័រ លោកអ្នកប្រហែល ឬអាចមានសំនួរជាច្រើនទាក់ទងនឹងការងារប្រចាំថ្ងៃ និងត្រូវការទីតាំងមួយសំរាប់សួរ និងបានចម្លើយ ហេតុនេះខ្ញុំបើក Osify សំរាប់សហគមន៍ខ្មែរ និងអ្នកឯទៀត។ AskIt @ Osify នឹងមានអ្វីខ្លះ? សូមរក្សាទំនាក់ទំនងជាមួយយើងសិន (Subscribe Us) យើងនឹងរក្សាការផ្តល់ព័ត៌មាន។ អ្វីដែលយើងនឹងរៀបចំសំរាប់លោកអ្នក គឺនឹងជាអ្វីដែលលោកអ្នកត្រូវការ។
សព្វថ្ងៃខ្ញុំអាចដាក់ Rich Text Editor លើ Comment form ដោយប្រើ Plugin តែបើគិតមើលទៅវាដូចជាមិនចំណេញសោះជាមួយ WordPress ដែលមាន Editor ស្រាប់។ តើមានវិធីប្រើអ្វីដែលមានស្រាប់របស់ WP ធ្វើជា Text Editor ដ៏ស្អាតសំរាប់ Theme ខ្ញុំទេ?