Categories
iOS

ស្អីគេជា Tethered jailbreak និង untethered jailbreak របស់ iOS?

Tethered jailbreak គឺជា jailbreak ដែលមិនទាន់ពេញលេញ ១០០ ភាគរយ ដែលតម្រូវឲ្យអ្នកប្រើប្រាស់ភ្ជាប់ជាមួយកុំព្យូទ័ររាល់ពេលដែល iPhone រលត់។ ចំណែក untethered  jailbreak គឺជា jailbreak ដែលពេញលេច ១០០ ភាគរយដែលមិនត្រូវឲ្យភ្ជាប់កុំព្យូទ័រនៅពេលរលត់នោះទេ។

Categories
Java Tools

Add log4j to your Java project

Log4j is a logging mechanism that is in Apache foundation project. Log4j is for Java project. Here, to add logging feature to your Java project, you can use one as following ways: Manually Visit http://logging.apache.org/log4j/ Download the Log4j jar library Manually include it into your project dependency All manage by yourself, you need to do…

Categories
Java

Struts 2 Maven Dependencies

What are the required dependencies to develop struts 2 application with Maven 2?

Categories
Tools

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…

Categories
Java

Generate jar and manifest Info in Jar in maven 2

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…

Categories
Java

Generate source code Jar for Maven 2 based project

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

Categories
Java

បំលែង Jar ឬ Java project ទៅជា EXE file ដោយ​របៀប​ណា?

ខ្ញុំមាន​ Project in Java បន្ទាប់ពី Compile និង​ Package វាជា Jar file ហើយ​។ តើ​ត្រូវ​ធ្វើយ៉ាង​ម៉េច អាច​ប្រើវា ជា EXE file ប្រើ​ក្នុង Windows XP or Windows 7 បាន? សូមជួយ​ប្រាប់ពីរបៀបផង និងពិសេស តើមាន Freeware ឬ Free software សំរាប់ធ្វើការងារនេះអត? អរគុណទុកជាមុន។

Categories
Visual Basic.Net

អ្វីជា List Box និង List View Control និង​របៀប​ប្រើ នៅ​ក្នុង VB.Net?

សួរស្តី ខ្ញុំ​មានបញ្ហាជាមួយ List Box and List View Control នៅ​ក្នុង VB.Net ចង់សួរថា៖ តើ List Box and List View ជា​អ្វី? តើប្រើ​ពេលណា? ប្រើ​ដូចម្តេច? រួមទាំង Coding ដើម្បី​ប្រើ​វាបាន ។ ខ្ញុំប្រើ Visual Studio 2008

Categories
WordPress

WordPress: តើអាចប្រើ Rich Text Editor លើ WP Comment ដោយ​មិន​ប្រើ Plugin បានទេ?

សព្វថ្ងៃ​ខ្ញុំ​អាចដាក់ Rich Text Editor លើ​ Comment form ដោយ​ប្រើ Plugin តែបើគិតមើល​ទៅ​វាដូចជា​មិនចំ​ណេញ​សោះ​ជាមួយ WordPress ដែល​មាន Editor ស្រាប់។ តើមានវិធី​ប្រើអ្វីដែលមាន​ស្រាប់​របស់ WP ធ្វើជា Text Editor ដ៏ស្អាត​សំរាប់ Theme ខ្ញុំទេ?

Categories
WordPress

WordPress: ចង់ប្រើ Rich Text Editor របស់ WP នៅក្នុង Theme ឬ Plugin

ខ្ញុំចង់ប្រើ Text Editor របស់ WP ខ្ញុំប្រើ WP latest តើត្រូវសរសេរកូដយ៉ាងម៉េចបានអាចប្រើវាបាន?