Tutorial by Topics

frame.setLayout(new GridBagLayout()); //Set GridBagLayout for frame pane.setLayout(new GridBagLayout()); //Set GridBagLayout for Panel JPanel pane = new JPanel(new GridBagLayout()); //Set GridBagLayout for Panel GridBagConstraints c = new GridBagConstraints() //Initialize a GridBagConstraint ...
This section provides an overview of what weka is, and why a developer might want to use it. It should also mention any large subjects within weka, and link out to the related topics. Since the Documentation for weka is new, you may need to create initial versions of those related topics.
Streams are lazily-evaluated, meaning they can be used to implement generators, which will provide or 'generate' a new item of the specified type on-demand, rather than before the fact. This ensures only the computations necessary are done.
curl -X<VERB> '<PROTOCOL>://<HOST>:<PORT>/<PATH>?<QUERY_STRING>' -d '<BODY>' Where: VERB: The appropriate HTTP method or verb: GET, POST, PUT, HEAD, or DELETE PROTOCOL: Either http or https (if you have an https proxy in front of Elasticse...
If you're not opposed to running a Ruby utility, Genghis is a classic: http://genghisapp.com/ But for scalable production use, get yourself to MongoHQ. http://www.mongohq.com/ Also, the Mongo Monitoring Service, from 10Gen, the makers of Mongo: https://mms.mongodb.com/ MongoClient is written ...
It's often necessary to run maintenance scripts on your database. Fields get renamed; data structures get changed; features that you used to support get removed; services get migrated. The list of reasons why you might want to change your schema is pretty limitless. So, the 'why' is pretty self ex...
CREATE SEQUENCE SCHEMA.SEQUENCE { INCREMENT BY INTEGER | START WITH INTEGER | MAXVALUE INTEGER | NOMAXVALUE INTEGER | MINVALUE INTEGER | NOMINVALUE INTEGER | CYCLE INTEGER | NOCYCLE INTEGER | CACHE | NOCACHE | ORDER | NOODER } ParameterDetailsschemaschema nameincrement byinterval between the...
This works with Liferay Portal up to version 6.2.
ParameterType / Required / Default DescriptionchannelString / Yes Specifies channel to return history messages from.reverseBoolean / No / false Setting to true will traverse the time line in reverse starting with the oldest message first. Default is false. If both start and end arguments are provid...
Deep links are URLs that take users directly to specific content in your app. You can set up deep links by adding intent filters and extracting data from incoming intents to drive users to the right screen in your app. <data> AttributeDetailsschemeThe scheme part of a URI (case-sensitive)...
<script type="text/javascript"> //some code </script> <script type="text/javascript" src="URL"></script> <script type="text/javascript" src="URL" async>//async code</script> AttributeDetailssrcSpecifies t...
The classpath lists places where the Java runtime should look for classes and resources. The classpath is also used by the Java compiler to find previously compiled and external dependencies. Java class loading The JVM (Java Virtual Machine) will load classes as and when the classes are required ...

Page 145 of 428