Our Software Architecture
3:13
11 ай бұрын
Turtle Tracker Mobile
5:13
11 ай бұрын
Final Architecture for Our Product
2:21
Install Kivy
4:06
11 ай бұрын
Demo of Web Service Code
2:30
11 ай бұрын
Get Weather Class
2:10
11 ай бұрын
Introduction and JSOUP
4:05
11 ай бұрын
Selenium Second Test And Save
1:55
Selenium Create Project and Test
4:03
Get Selenium IDE on Chrome
1:26
11 ай бұрын
Java Look and Feel Example
4:24
11 ай бұрын
Create Persistence Unit
1:13
11 ай бұрын
Create JFrame
2:37
11 ай бұрын
Java Swing in NetBeans Demo
4:49
11 ай бұрын
Adding Desktop Application
2:52
11 ай бұрын
Пікірлер
@sul-dev
@sul-dev 10 күн бұрын
Good video!
@valhalladatasystems84
@valhalladatasystems84 9 күн бұрын
Thanks. I hope that it helps. If you use the information in the video and land that first job, let everyone know in the comments.
@sul-dev
@sul-dev 9 күн бұрын
@@valhalladatasystems84 Will do, thanks : )
@zika4395
@zika4395 11 күн бұрын
Hello! First of all, thank you for the video. I have a quick question: would you recommend including a dedicated "Projects" section on the resume to describe projects and the technologies used, or should this information be incorporated into the "Computer Experience" section as you mentioned?
@valhalladatasystems84
@valhalladatasystems84 9 күн бұрын
Thanks for watching the video. I am really open to either. You could have either Projects or Computer Experience or both. The major issue that I see with student's resumes is that there is not enough detail, especially on the technologies used. You could have Computer Experience with a sentence or two per bullet. Then Projects with a paragraph per project.
@paolaprevedello8472
@paolaprevedello8472 7 ай бұрын
Thank you very much Sir, this materials is very usefull to me
@rochelleparisian
@rochelleparisian 11 ай бұрын
promo sm 😁
@rakshithv6199
@rakshithv6199 3 жыл бұрын
Wow. I can understand easily. BEST VIDEO
@alfonsomoscoh.802
@alfonsomoscoh.802 3 жыл бұрын
Very Usefull!
@urviwalia8265
@urviwalia8265 4 жыл бұрын
Hi can someone please let me know how i can chnage teh layout of the html and make it look better and add a chart to it?
@obik16
@obik16 5 жыл бұрын
how can i add login and rejestration forms, then different views for different user levels?
@omergursoy9741
@omergursoy9741 5 жыл бұрын
You assume that the male = 0 and female = 1. But the range of ages is 14 to 55. So the age is more weighted for distance values. I don't think it's effective way. May be gender is more important for classifying who knows.
@kapytanhookkk
@kapytanhookkk 5 жыл бұрын
tld: Reward distance in the solution space from other individuals when selecting them. It is called Shared Fitness. Thanks.
@andreas.karatzas
@andreas.karatzas 5 жыл бұрын
Keeping it nice and simple ... Wise .
@marcelocamicha90
@marcelocamicha90 5 жыл бұрын
Thanks a lot. Everything was ok, but after run it, I have this error: GlassFish Server, deploy, null, false. Could you help me?. Regards.
@iraplaton1788
@iraplaton1788 2 жыл бұрын
hi, after 2 years having the same problem ;(
@valhalladatasystems84
@valhalladatasystems84 2 жыл бұрын
This is hard to figure out without being on your computer. But here are some places to look. Under the Services tab you should see Servers. That is where the application server connects to NetBeans. Open that up. That should tell you if you have a GlassFish installation - if not you'll need to reinstall NB or install GlassFish and connnect it to NB. If GlassFish is there, see if the app is deployed and delete it. Maybe a fresh deployment will help.
@valhalladatasystems84
@valhalladatasystems84 2 жыл бұрын
I try to wait a few years before responding just in case people figure it out for themselves. Just Kidding. See response below.
@aniruddhasamant7640
@aniruddhasamant7640 5 жыл бұрын
Beautifully explained sir, can you make such videos on other classification algos like logistic,decision tree etc?
@eugeniodavid3658
@eugeniodavid3658 5 жыл бұрын
I saw about 10 videos in vain. I was recently able to understand KNN with this video. Many tHnaks to Valhala DS!
@ishanmehul4304
@ishanmehul4304 5 жыл бұрын
Good Example
@robertknetsch2715
@robertknetsch2715 5 жыл бұрын
This is probably the clearest explanation that I have seen. Obviously, it is a super-simple example, but I can now build on it. Thank-you!
@musicwithyou24
@musicwithyou24 5 жыл бұрын
Good example
@samarthchadda8722
@samarthchadda8722 6 жыл бұрын
Speak fast......we don't have a whole day
@ayatarek6612
@ayatarek6612 6 жыл бұрын
This is really a great video, Thanks :D
@krishnarajanlakshanya7546
@krishnarajanlakshanya7546 6 жыл бұрын
but how can I do a table in another database like MySQL
@valhalladatasystems84
@valhalladatasystems84 2 жыл бұрын
Java decouples the application from the database. You should be able to follow the same steps. Search on how to connect NetBean to MySQL.
@krishnarajanlakshanya7546
@krishnarajanlakshanya7546 6 жыл бұрын
i can say omg but , I don't how it is happen automatically....anyway it is helpfull
@LearnGIS
@LearnGIS 6 жыл бұрын
This is very useful. Thank you for sharing!
@helloimsick5587
@helloimsick5587 6 жыл бұрын
Omg nice! Thank you very much!
@lauraa.3593
@lauraa.3593 7 жыл бұрын
on minute 1:43 that shows all the plugins to install, I only get 1 > "Main Aspectj for NetBeans Module" where did you get the other 5 plugins? Thanks, Laura
@inquisidooor
@inquisidooor 5 жыл бұрын
Also need those
@cddrury
@cddrury 7 жыл бұрын
So this plugin did not work with Netbeans 8.2 and JDK 8, I had to install "jdk-7u80-nb-8_0_2-windows-x64.exe" and go back through all of the steps to finally get it to work. Also, when first creating the aspect (*.aj) file, NB would lock up and I'd have to restart NB in order to get things going again.
@harlanmaverick3296
@harlanmaverick3296 3 жыл бұрын
a trick : watch series at Kaldrostream. I've been using it for watching all kinds of movies these days.
@jaxxonleighton4105
@jaxxonleighton4105 3 жыл бұрын
@Harlan Maverick yea, have been using kaldrostream for since december myself :)
@traciort233
@traciort233 7 жыл бұрын
I followed this exactly and my aspect still does not run. I would love if someone could help me determine the issue since I can't verify that my code works as it supposed to. I sent the java file to someone else and it ran for them.
@mayurhamirani4198
@mayurhamirani4198 7 жыл бұрын
Doesnt work with JAva 8. I get Message: ClassFormatException
@Fabian-ew7ly
@Fabian-ew7ly 8 жыл бұрын
For some reason the myaspect.aj does not allow me to insert quotation marks anywhere. It does in all the other files sources but not that one.
@valhalladatasystems84
@valhalladatasystems84 8 жыл бұрын
+Fabian Naranjo I have seen this issue. It seems to occur on MACs. The best work around is to type your line of code with the quote in a .java file. Then copy and paste it into the .aj file. Once you have a double quote in the .aj file you can copy and paste it where needed.
@Fabian-ew7ly
@Fabian-ew7ly 8 жыл бұрын
+Valhalla Data Systems Thanks
@MichaelBrown-zy5du
@MichaelBrown-zy5du 8 жыл бұрын
I believe that there is an issue with this plug-in in other versions of NetBeans. Make sure that you are using the same versions of the software packages. We have been using this at UMUC for more than a year now with 100+ students per year installing it.
@anuragsharma5591
@anuragsharma5591 9 жыл бұрын
How can you create a jar file of your project together with aspect?
@krism0rt3
@krism0rt3 9 жыл бұрын
I follow your instructions, but I receive this error: Message: ClassFormatException thrown: File: 'java/lang/CharSequence.class': Invalid byte tag in constant pool: 15 Stack trace: org.aspectj.apache.bcel.classfile.ClassFormatException: File: 'java/lang/CharSequence.class': Invalid byte tag in constant pool: 15 at org.aspectj.apache.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:261) at org.aspectj.apache.bcel.classfile.ClassParser.parse(ClassParser.java:162) at org.aspectj.weaver.bcel.BcelWorld.lookupJavaClass(BcelWorld.java:384) at org.aspectj.weaver.bcel.BcelWorld.resolveDelegate(BcelWorld.java:338) at org.aspectj.weaver.World.resolveToReferenceType(World.java:378) at org.aspectj.weaver.World.resolve(World.java:271) at org.aspectj.weaver.World.resolve(World.java:191) at org.aspectj.weaver.bcel.BcelGenericSignatureToTypeXConverter.classTypeSignature2TypeX(BcelGenericSignatureToTypeXConverter.java:107) at org.aspectj.weaver.bcel.BcelGenericSignatureToTypeXConverter.classTypeSignature2TypeX(BcelGenericSignatureToTypeXConverter.java:46) at org.aspectj.weaver.bcel.BcelObjectType.ensureGenericSignatureUnpacked(BcelObjectType.java:707) at org.aspectj.weaver.bcel.BcelObjectType.getDeclaredInterfaces(BcelObjectType.java:201) at org.aspectj.weaver.ReferenceType.getDeclaredInterfaces(ReferenceType.java:430) at org.aspectj.weaver.ResolvedType.getDirectSupertypes(ResolvedType.java:65) at org.aspectj.weaver.ResolvedType.collectInterTypeMungers(ResolvedType.java:1156) at org.aspectj.weaver.ResolvedType.getInterTypeMungersIncludingSupers(ResolvedType.java:1135) at org.aspectj.weaver.ResolvedType.checkInterTypeMungers(ResolvedType.java:1202) at org.aspectj.ajdt.internal.compiler.lookup.AjLookupEnvironment.weaveInterTypeDeclarations(AjLookupEnvironment.java:643) at org.aspectj.ajdt.internal.compiler.lookup.AjLookupEnvironment.weaveInterTypeDeclarations(AjLookupEnvironment.java:519) at org.aspectj.ajdt.internal.compiler.lookup.AjLookupEnvironment.createBinaryTypeFrom(AjLookupEnvironment.java:1060) at org.aspectj.org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.createBinaryTypeFrom(LookupEnvironment.java:480) at org.aspectj.org.eclipse.jdt.internal.compiler.Compiler.accept(Compiler.java:190) at org.aspectj.org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.askForType(LookupEnvironment.java:111) at org.aspectj.org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.resolve(UnresolvedReferenceBinding.java:43) at org.aspectj.org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding.resolveType(BinaryTypeBinding.java:87) at org.aspectj.org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding.resolveTypesFor(BinaryTypeBinding.java:757) at org.aspectj.org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding.methods(BinaryTypeBinding.java:740) at org.aspectj.org.eclipse.jdt.internal.compiler.ast.Annotation.resolveType(Annotation.java:227) at org.aspectj.org.eclipse.jdt.internal.compiler.ast.Expression.resolve(Expression.java:829) at org.aspectj.ajdt.internal.compiler.ast.AtAspectJAnnotationFactory.addAnnotation(AtAspectJAnnotationFactory.java:292) at org.aspectj.ajdt.internal.compiler.ast.AdviceDeclaration.addAtAspectJAnnotations(AdviceDeclaration.java:302) at org.aspectj.ajdt.internal.compiler.ast.AddAtAspectJAnnotationsVisitor.visit(AddAtAspectJAnnotationsVisitor.java:65) at org.aspectj.org.eclipse.jdt.internal.compiler.ast.MethodDeclaration.traverse(MethodDeclaration.java:185) at org.aspectj.org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.traverse(TypeDeclaration.java:1195) at org.aspectj.org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.traverse(CompilationUnitDeclaration.java:339) at org.aspectj.ajdt.internal.compiler.AjPipeliningCompilerAdapter.beforeProcessing(AjPipeliningCompilerAdapter.java:286) at org.aspectj.ajdt.internal.compiler.CompilerAdapter.ajc$before$org_aspectj_ajdt_internal_compiler_CompilerAdapter$3$6b855184(CompilerAdapter.aj:89) at org.aspectj.org.eclipse.jdt.internal.compiler.Compiler.process(Compiler.java) at org.aspectj.org.eclipse.jdt.internal.compiler.Compiler.compile(Compiler.java:329) at org.aspectj.ajdt.internal.core.builder.AjBuildManager.performCompilation(AjBuildManager.java:906) at org.aspectj.ajdt.internal.core.builder.AjBuildManager.doBuild(AjBuildManager.java:260) at org.aspectj.ajdt.internal.core.builder.AjBuildManager.doBuild(AjBuildManager.java:212) at org.aspectj.ajdt.internal.core.builder.AjBuildManager.incrementalBuild(AjBuildManager.java:183) at org.aspectj.ajde.internal.CompilerAdapter.compile(CompilerAdapter.java:102) at org.aspectj.ajde.internal.AspectJBuildManager$CompilerThread.run(AspectJBuildManager.java:191) can you help me?
@MichaelBrown-zy5du
@MichaelBrown-zy5du 9 жыл бұрын
krism0rt3 Did you use the software from the links? What operating system are you using?