This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package mytests.jms; | |
| import javax.jms.*; | |
| import javax.naming.Context; | |
| import javax.naming.InitialContext; | |
| import javax.naming.NamingException; | |
| import java.util.Properties; | |
| public class JMSConsumer { | |
| public static void main(String[] args) throws NamingException, JMSException { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import mytests.ejb.CalculatorRemote; | |
| import javax.naming.Context; | |
| import javax.naming.InitialContext; | |
| import javax.naming.NamingException; | |
| import java.util.Properties; | |
| import java.util.concurrent.ExecutionException; | |
| import java.util.concurrent.Future; | |
| public class Test { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <dependency> | |
| <groupId>org.wildfly</groupId> | |
| <artifactId>wildfly-ejb-client-bom</artifactId> | |
| <version>8.1.0.Final</version> | |
| <type>pom</type> | |
| <scope>import</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.wildfly</groupId> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http://blog.akquinet.de/2014/09/26/jboss-eap-wildfly-three-ways-to-invoke-remote-ejbs/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| fe80::20c:29ff:fe0d:1c8b/64 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Java Essentials] | |
| Internet | |
| NetSupport | |
| Camtasia | |
| BB Flash Recorder | |
| Chrome | |
| Firefox | |
| Microphone | |
| Sublime | |
| Notepad++ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http://www.mftvanak.com/lhc/index.php/site_admin/user/login |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| SELECT * FROM `lh_msg` where msg like '%فره%' and user_id = 3 | |
| --------------------- | |
| SELECT * FROM `lh_chat` where id in (select chat_id from lh_msg where msg like '%ادمین%') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ########################################################################################## | |
| # Allow connections from trusted networks only. | |
| #smtpd_client_restrictions = permit_mynetworks, reject | |
| # Don't talk to mail systems that don't know their own hostname. | |
| # With Postfix < 2.3, specify reject_unknown_hostname. | |
| smtpd_helo_restrictions = reject_unknown_helo_hostname | |
| # Don't accept mail from domains that don't exist. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # deb cdrom:[Ubuntu-Server 15.04 _Vivid Vervet_ - Release amd64 (20150422)]/ vivid main restricted | |
| #deb cdrom:[Ubuntu-Server 15.04 _Vivid Vervet_ - Release amd64 (20150422)]/ vivid main restricted | |
| # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to | |
| # newer versions of the distribution. | |
| deb http://192.168.1.156:3142/us.archive.ubuntu.com/ubuntu/ vivid main restricted | |
| deb-src http://192.168.1.156:3142/us.archive.ubuntu.com/ubuntu/ vivid main restricted | |
| ## Major bug fix updates produced after the final release of the |