I\'m using Squeak4.1. How does it handle Database connections? Does it provides something similar toODBC/ADO in .NET or the J2EE stuff?
friends As showed on the title, while I am debugging in squeak4.1, the menu \"debug it\" is powerful, there have Proceed, Restart, Into, Over, Through buttons etc. Each time wh开发者_如何学编程en I en
friend, suppose I have a file test.txt, the content of file is \"1+2*3\", if the fomular directly expressed in Squeak\'s Workspac开发者_如何学Goe, print it will result 9, What I want to get is 7
Friend, How can open a txt file in Squeak4.1 ,the code Shall be like this: at: #f put: (FileStreamopen: \'/root/test\'mode: FileStream rea开发者_JS百科d) !
can anybody give some hints on squeaksource or things like that, they can provide mcz sam开发者_Go百科ple code focuse on simple add, reduce, multiplication, division calculation?http://www.world.st/ i
I implemented at the way of use a FileLibrary. Then I\'ve the following code: updateRoot: anHtmlRoot 开发者_如何学运维super updateRoot: anHtmlRoot.
I\'m building a Smalltalk API to an XML-based web service. The XML service is so regular that, rather than write the methods by hand, I figured I\'d just override #doesNotUnderstand: to dynamically ad
I have an image that runs on the 3.7 version of Squeak - I\'d like to do a text search for strings and fragments of strings, over all classes, categories and selectors in the image. Is there a built i
Is it possible to send an anonymous message to an object? I want to compose three objects like this (think FP):
how can I make an HTTP request and get both the respons开发者_运维技巧e content and the response headers?Or using the new Zinc framework, something like: