extensible

What are the extensible languages people are using today?

你说的曾经没有我的故事 提交于 2020-01-02 07:50:29
问题 Wikipedia says: Extensible programming is a term used in computer science to describe a style of computer programming that focuses on mechanisms to extend the programming language, compiler and runtime environment. For example, Tcl lets you write your own control structures. See here. I'm interested in compiling a list of extensible programming languages that are being used in real-world code. It would be nice if you could supply an example for your language as well. 回答1: Languages in the

Can I extend Androids Contacts database?

孤街醉人 提交于 2019-12-09 05:01:35
问题 I was wondering is it possible to extend the Android Contacts database? From here - http://d.android.com/reference/android/provider/ContactsContract.html It says: ContactsContract defines an extensible database of contact-related information Extensible would suggest to me that I can add in more data to the contacts application outside the normal values such as Name, number, email, work number, home number etc.. However the examples of this page - http://d.android.com/reference/android

How to design extensible and secure data structure in my scenario?

二次信任 提交于 2019-12-08 10:02:54
问题 I am developing a web site and I need to build a data structure to store user profile information. Just like what we filled about our gender/age/education/etc. information for Facebook, etc. The current issue I met with is how to design an extensible and secure data structure, in more details, Currently I may not consider all required user profile information from current design/development phase, how to design a extensible framework so that in the future I could extend user profile esaily?

Any XML/XSD Tutorials For The Novice?

馋奶兔 提交于 2019-12-07 03:44:41
问题 Does anyone know of any tutorials about XSD/XML for the novice, that explains things simply but goes into great detail on how to do things? 回答1: Here's a tutorial about validating XML using XSDs: http://www.ibm.com/developerworks/xml/tutorials/x-valid/index.html EDIT - here's a tutorial that may be more suited to the novice: http://www.dotnetjohn.com/articles.aspx?articleid=43 回答2: The XSD standard includes a "primer", which explains each XSD element, and shows an example of how to use them:

What are the extensible languages people are using today?

可紊 提交于 2019-12-05 19:46:32
Wikipedia says: Extensible programming is a term used in computer science to describe a style of computer programming that focuses on mechanisms to extend the programming language, compiler and runtime environment. For example, Tcl lets you write your own control structures. See here . I'm interested in compiling a list of extensible programming languages that are being used in real-world code. It would be nice if you could supply an example for your language as well. Languages in the LISP family (Common Lisp, Guile, et cetera), are extremely extensible--more so than any other language I have

Any XML/XSD Tutorials For The Novice?

有些话、适合烂在心里 提交于 2019-12-05 09:30:34
Does anyone know of any tutorials about XSD/XML for the novice, that explains things simply but goes into great detail on how to do things? Here's a tutorial about validating XML using XSDs: http://www.ibm.com/developerworks/xml/tutorials/x-valid/index.html EDIT - here's a tutorial that may be more suited to the novice: http://www.dotnetjohn.com/articles.aspx?articleid=43 The XSD standard includes a "primer", which explains each XSD element, and shows an example of how to use them: XML Schema Part 0: Primer Second Edition - W3C Recommendation 28 October 2004 来源: https://stackoverflow.com

Best practices for implementing an addin/addon/plugin strategy

烈酒焚心 提交于 2019-12-04 12:48:28
问题 My application should be extensible. For my own needs I have implement some services. These services are based on the IoC/DI princple. So the services encapsulate the concept of the application. For exsample, there are an IApplicationService. The ApplicationService exposes information about the current exceuting application. There are specified the AssemblyInfo and so forth. An other exsample is the INavigationService(see mef.codeplexcom in the samples). This services provides some properties