יום שלישי, 5 במרץ 2013

05-03-2013

DX

multi threaded rendering

Linux

pool method against select method

Thread groups

tgid – pid of the first lightweight process in a thread group

Linux process descriptor

process descriptor handling

thread_info structure

kernel mode process stack

Stack

     esp decrement along the stack growing

thread_info structure <- -> process descriptor

allocate_thread_info

contrianer_of (pointer ,container_type ,container_field ) used to get in open file method the container that points to the inode cdev member

gdk+

gdkBin thebase class for the gdk+ controls

GdkWidget 

Cxf

Service: Endpoint.Publish (address, theServiceObject )

Client

Service –> <wsdl:service>

myService.getPort () return the SEI proxy

NIO

Files.CreateSymbolicLink

readSymbolicLink

JMS

Implements MessageDrivenBean , MessageListener

JNDI

string Names

Composite Names

maven

mvn archetype : generator

plugin –> goals

Swing

paintComponent (Graphics g) {
super.paintComponent (g);
model.draw (g);

JFrame , keyListener 

graphicks2D 

Windows appstore apps


Windows.UI.Xaml


await async


  private void Button_Click_1(object sender, RoutedEventArgs e)
{
var theTask = AccessTheWebAsync();

Debug.WriteLine("print when the methods go into await ");

}

async Task<String> AccessTheWebAsync()
{

string urlContents = await Task.Run(() =>
{
Thread.Sleep(6500);
return "new Task<string>()";
});

myBtn.Content = "Change Content in UI thread";

// The return statement specifies an integer result.
// Any methods that are awaiting AccessTheWebAsync retrieve the length value.
return "this return the task";
}

SISS


foreach loop container


Data flow task


execute sql task


File system task




אין תגובות:

הוסף רשומת תגובה